summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-29io_uring: fail links if msg-ring doesn't succeeedJens Axboe
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong
2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong
2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong
2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-25Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-25io_uring: fix memory leak of uid in files registrationPavel Begunkov
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-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