summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson2-4/+8
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson2-0/+2
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson1-1/+1
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2-3/+0
2021-08-20gfs2: Make recovery error more readableBob Peterson1-1/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson5-41/+25
2021-08-20gfs2: init system threads before freeze lockBob Peterson2-55/+48
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson1-1/+1
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson1-4/+6
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson1-15/+29
2021-08-04gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson1-10/+7
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King1-0/+1
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-37/+174
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-20/+13
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-20/+124
2021-07-16Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2021-07-16Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+0
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2-3/+38
2021-07-16zonefs: remove redundant null bio checkXianting Tian1-3/+0
2021-07-16Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-7/+22
2021-07-16SMB3.1.1: fix mount failure to some servers when compression enabledSteve French1-0/+1
2021-07-16cifs: added WARN_ON for all the count decrementsShyam Prasad N2-0/+11
2021-07-16cifs: fix missing null session check in mountSteve French1-1/+1
2021-07-16cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2-9/+9
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-11/+45
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2-1/+20
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi1-5/+20
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong1-2/+16
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong1-7/+32
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong1-1/+18
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong3-22/+24
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong1-0/+13
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong3-0/+66
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher1-1/+0
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher1-1/+3
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher1-2/+1
2021-07-15iomap: remove the length variable in iomap_seek_holeChristoph Hellwig1-6/+3
2021-07-15iomap: remove the length variable in iomap_seek_dataChristoph Hellwig1-10/+6
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-18/+36
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N6-10/+65
2021-07-13Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds3-38/+116
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-286/+687
2021-07-13configfs: fix the read and write iteratorsBart Van Assche1-7/+22
2021-07-12fcntl: Fix unreachable code in do_fcntl()Gustavo A. R. Silva1-1/+1
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8