summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-30pipe: make pipe writes always wake up readersLinus Torvalds
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi
2021-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba
2021-07-28Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-07-28io_uring: fix poll requests leaking second poll entriesHao Xu
2021-07-28io_uring: don't block level reissue off completion pathJens Axboe
2021-07-27block: delay freeing the gendiskChristoph Hellwig
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-27io_uring: always reissue from task_work contextJens Axboe
2021-07-26io_uring: fix race in unified task_work runningJens Axboe
2021-07-26io_uring: fix io_prep_async_link lockingPavel Begunkov
2021-07-25binfmt: remove support for em86 (alpha only)David Hildenbrand
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin
2021-07-23userfaultfd: do not untag user pointersPeter Collingbourne
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe
2021-07-23io_uring: never attempt iopoll reissue from release pathJens Axboe
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-23Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg
2021-07-22io_uring: fix early fdput() of fileJens Axboe
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileSteve French
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateSteve French
2021-07-22cifs: support share failover when remountingPaulo Alcantara
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-21Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-21afs: Remove redundant assignment to retJiapeng Chong
2021-07-21afs: Fix setting of writeback_indexDavid Howells
2021-07-21afs: check function returnTom Rix
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov