summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-55/+247
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds-17/+45
2021-07-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-15/+16
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz-1/+1
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin-0/+3
2021-07-23userfaultfd: do not untag user pointersPeter Collingbourne-14/+12
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe-1/+17
2021-07-23io_uring: never attempt iopoll reissue from release pathJens Axboe-7/+7
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-47/+79
2021-07-23Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg-5/+18
2021-07-22io_uring: fix early fdput() of fileJens Axboe-2/+4
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileSteve French-2/+5
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateSteve French-1/+2
2021-07-22cifs: support share failover when remountingPaulo Alcantara-40/+203
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg-7/+19
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig-13/+6
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana-25/+48
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain-0/+3
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana-9/+22
2021-07-21Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+25
2021-07-21afs: Remove redundant assignment to retJiapeng Chong-4/+6
2021-07-21afs: Fix setting of writeback_indexDavid Howells-1/+1
2021-07-21afs: check function returnTom Rix-5/+11
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells-18/+7
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques-1/+1
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang-1/+5
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov-0/+2
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov-6/+10
2021-07-19seq_file: disallow extremely large seq buffer allocationsEric Sandeen-0/+3
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-37/+174
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-20/+13
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-20/+124
2021-07-16Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+5
2021-07-16Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+0
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara-3/+38
2021-07-16zonefs: remove redundant null bio checkXianting Tian-3/+0
2021-07-15Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds-7/+22
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledSteve French-0/+1
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N-0/+11
2021-07-15cifs: fix missing null session check in mountSteve French-1/+1
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara-4/+2
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds-9/+9
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+45
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi-1/+20
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi-5/+20
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi-5/+5
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong-2/+16
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong-7/+32