summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher
2022-03-25io_uring: fix put_kbuf without proper lockingPavel Begunkov
2022-03-25io_uring: fix invalid flags for io_put_kbuf()Pavel Begunkov
2022-03-25io_uring: improve req fields commentsPavel Begunkov
2022-03-25io_uring: enable EPOLLEXCLUSIVE for accept pollDylan Yudaken
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2022-03-24io_uring: improve task work cache utilizationJens Axboe
2022-03-24gfs2: Make sure not to return short direct writesAndreas Gruenbacher
2022-03-24gfs2: Remove dead code in gfs2_file_read_iterAndreas Gruenbacher
2022-03-24gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher
2022-03-24io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-03-24btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo
2022-03-24btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-03-24btrfs: remove device item and update super block in the same transactionQu Wenruo
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia
2022-03-24NFS: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-24io_uring: remove IORING_CQE_F_MSGJens Axboe
2022-03-23fat: use pointer to simple type in put_user()Helge Deller
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin
2022-03-23fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin
2022-03-23fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand
2022-03-23proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23io_uring: add flag for disabling provided buffer recyclingJens Axboe
2022-03-23io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe
2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-03-23btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn
2022-03-23btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg
2022-03-23gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-03-23gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-03-23gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig
2022-03-23io_uring: don't recycle provided buffer if punted to async workerJens Axboe