summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-09-28ext4: use locality group preallocation for small closed filesJan Kara
2022-09-28ext4: avoid unnecessary spreading of allocations among groupsJan Kara
2022-09-28ext4: make mballoc try target group first even with mb_optimize_scanJan Kara
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust
2022-09-28fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin
2022-09-28xfs: validate inode fork size against fork formatDave Chinner
2022-09-28xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster
2022-09-28xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner
2022-09-28btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana
2022-09-28btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana
2022-09-23afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells
2022-09-23cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-09-23cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher
2022-09-23cifs: revalidate mapping when doing direct writesRonnie Sahlberg
2022-09-23NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-15erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-09-15NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-09-15NFS: Save some space in the inodeTrond Myklebust
2022-09-15NFS: Further optimisations for 'ls -l'Trond Myklebust
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-15btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki
2022-09-08cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya
2022-09-05btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-09-05btrfs: move lockdep class helpers to locking.cJosef Bacik
2022-09-05ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon
2022-09-05ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon
2022-09-05fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov
2022-09-05btrfs: fix warning during log replay when bumping inode link countFilipe Manana
2022-09-05btrfs: add and use helper for unlinking inode during log replayFilipe Manana
2022-09-05btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana
2022-09-05io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov
2022-09-05io_uring: fix wrong arm_poll error handlingPavel Begunkov
2022-09-05io_uring: fail links when poll failsPavel Begunkov
2022-09-05io_uring: bump poll refs to full 31-bitsJens Axboe
2022-09-05io_uring: remove poll entry from list when canceling allJens Axboe
2022-09-05io_uring: Remove unused function req_ref_putJiapeng Chong
2022-09-05io_uring: poll reworkPavel Begunkov
2022-09-05io_uring: inline io_poll_completePavel Begunkov
2022-09-05io_uring: kill poll linking optimisationPavel Begunkov
2022-09-05io_uring: move common poll bitsPavel Begunkov
2022-09-05io_uring: refactor poll updatePavel Begunkov
2022-09-05io_uring: clean cqe filling functionsPavel Begunkov