summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-04f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu
2022-01-04f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu
2022-01-04f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu
2022-01-04f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2022-01-04f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim
2021-12-14f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim
2021-12-14f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: fix to do sanity check in is_alive()Chao Yu
2021-12-10f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu
2021-12-10f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2021-12-10f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim
2021-12-10f2fs: show number of pending discard commandsJaegeuk Kim
2021-12-10f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang
2021-12-10f2fs: fix remove page failed in invalidate compress pagesFengnan Chang
2021-12-10f2fs: show more DIO information in tracepointJaegeuk Kim
2021-12-10f2fs: use iomap for direct I/OEric Biggers
2021-12-04f2fs: implement iomap operationsEric Biggers
2021-12-04f2fs: fix the f2fs_file_write_iter tracepointEric Biggers
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim
2021-12-04f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers
2021-11-17f2fs: rework write preallocationsEric Biggers
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang
2021-11-14Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-13Merge tag 'io_uring-5.16-2021-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-13Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2021-11-13Merge tag '5.16-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-13Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N
2021-11-12cifs: do not negotiate session if session already existsShyam Prasad N
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara
2021-11-12smb3: add additional null check in SMB311_posix_mkdirSteve French
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French
2021-11-12smb3: add additional null check in SMB2_tconSteve French
2021-11-12smb3: add additional null check in SMB2_openSteve French
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg
2021-11-11ksmbd: Move more definitions into the shared areaRonnie Sahlberg
2021-11-11ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg