summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-311-0/+8
* ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-311-2/+3
* ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-311-18/+9
* ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-313-3/+13
* ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-312-25/+78
* ext4: remove the repeated comment of ext4_trim_all_freeWang Jianchao2021-08-121-6/+1
* ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao2021-08-121-45/+57
* ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao2021-08-121-5/+4
* jbd2: clean up two gcc -Wall warnings in recovery.cTheodore Ts'o2021-08-101-3/+3
* jbd2: fix clang warning in recovery.cTheodore Ts'o2021-08-101-1/+0
* jbd2: fix portability problems caused by unaligned accessesTheodore Ts'o2021-08-101-11/+11
* ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-061-1/+1
* ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang2021-07-231-3/+0
* ext4: fix potential uninitialized access to retval in kmmpdYe Bin2021-07-231-1/+1
* Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-189-37/+174
|\
| * xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
| * xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong2021-07-151-5/+5
| * xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong2021-07-151-7/+32
| * xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong2021-07-151-1/+18
| * xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-153-22/+24
| * xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
| * xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
* | Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-182-20/+13
|\ \
| * | iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher2021-07-151-1/+0
| * | iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher2021-07-151-1/+3
| * | iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher2021-07-151-2/+1
| * | iomap: remove the length variable in iomap_seek_holeChristoph Hellwig2021-07-151-6/+3
| * | iomap: remove the length variable in iomap_seek_dataChristoph Hellwig2021-07-151-10/+6
| |/
* | Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-178-20/+124
|\ \
| * | cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2021-07-162-3/+38
| * | SMB3.1.1: fix mount failure to some servers when compression enabledSteve French2021-07-161-0/+1
| * | cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-162-0/+11
| * | cifs: fix missing null session check in mountSteve French2021-07-161-1/+1
| * | cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-161-4/+2
| * | cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-141-2/+2
| * | cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg2021-07-141-0/+4
| * | cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-146-10/+65
| |/
* | Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-161-3/+5
|\ \
| * | io_uring: fix io_drain_req()Pavel Begunkov2021-07-121-2/+4
| * | io_uring: use right task for exiting checksPavel Begunkov2021-07-121-1/+1
| |/
* | Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-161-3/+0
|\ \
| * | zonefs: remove redundant null bio checkXianting Tian2021-07-161-3/+0
| |/
* | Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-07-161-7/+22
|\ \
| * | configfs: fix the read and write iteratorsBart Van Assche2021-07-131-7/+22
| |/
* | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-152-9/+9
|\ \
| * | fcntl: Fix unreachable code in do_fcntl()Gustavo A. R. Silva2021-07-121-1/+1
| * | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-154-11/+45
|\ \
| * | hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-152-1/+20
| * | hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-151-5/+20