summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-246-55/+247
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-221-5/+18
| * | | | | | | CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
| * | | | | | | CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
| * | | | | | | cifs: support share failover when remountingPaulo Alcantara2021-07-224-40/+203
| * | | | | | | cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-221-7/+19
* | | | | | | | Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-242-17/+45
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | io_uring: explicitly catch any illegal async queue attemptJens Axboe2021-07-232-1/+17
| * | | | | | | io_uring: never attempt iopoll reissue from release pathJens Axboe2021-07-231-7/+7
| * | | | | | | io_uring: fix early fdput() of fileJens Axboe2021-07-221-2/+4
| * | | | | | | io_uring: fix memleak in io_init_wq_offload()Yang Yingliang2021-07-201-1/+5
| * | | | | | | io_uring: remove double poll entry on arm failurePavel Begunkov2021-07-201-0/+2
| * | | | | | | io_uring: explicitly count entries for poll reqsPavel Begunkov2021-07-201-6/+10
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-243-15/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | hugetlbfs: fix mount mode command line processingMike Kravetz2021-07-231-1/+1
| * | | | | | | | writeback, cgroup: do not reparent dax inodesRoman Gushchin2021-07-231-0/+3
| * | | | | | | | userfaultfd: do not untag user pointersPeter Collingbourne2021-07-231-14/+12
* | | | | | | | | Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-2312-47/+79
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-224-13/+6
| * | | | | | | btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-226-25/+48
| * | | | | | | btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-221-0/+3
| * | | | | | | btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana2021-07-221-9/+22
* | | | | | | | Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2021-07-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: don't WARN if we're still opening a session to an MDSLuis Henriques2021-07-201-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-213-28/+25
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
| * | | | | | | afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
| * | | | | | | afs: check function returnTom Rix2021-07-211-5/+11
| * | | | | | | afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-18/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-191-0/+3
| |/ / / / / |/| | | | |
* | | | | | 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-151-0/+1
| * | | | | cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-152-0/+11
| * | | | | cifs: fix missing null session check in mountSteve French2021-07-151-1/+1
| * | | | | cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-151-4/+2