summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-30ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o
2021-08-30jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o
2021-08-30ext4: fix sparse warningsTheodore Ts'o
2021-08-30ext4: Make sure quota files are not grabbed accidentallyJan Kara
2021-08-30ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara
2021-08-30ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o
2021-08-30ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang
2021-08-30ext4: flush background discard kwork when retry allocationWang Jianchao
2021-08-30ext4: get discard out of jbd2 commit kthread contexWang Jianchao
2021-08-12ext4: remove the repeated comment of ext4_trim_all_freeWang Jianchao
2021-08-12ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao
2021-08-12ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao
2021-08-10jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o
2021-08-10jbd2: fix clang warning in recovery.cTheodore Ts'o
2021-08-10jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-07-23ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang
2021-07-23ext4: fix potential uninitialized access to retval in kmmpdYe Bin
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-16Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-16Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara
2021-07-16zonefs: remove redundant null bio checkXianting Tian
2021-07-15Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledSteve French
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N
2021-07-15cifs: fix missing null session check in mountSteve French
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher
2021-07-15iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-15iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner