summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-24xfs: Add async buffered write supportStefan Roesch
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch
2022-07-24fs: Add async write file modification handling.Stefan Roesch
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch
2022-07-24iomap: Add async buffered write supportStefan Roesch
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch
2022-07-24io_uring: move to separate directoryJens Axboe
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-21io_uring: do not recycle buffer in READVio_uring-5.19-2022-07-21Dylan Yudaken
2022-07-21io_uring: fix free of unallocated buffer listDylan Yudaken
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-11lockd: fix nlm_close_filesJeff Layton
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-09io_uring: check that we have a file table when allocating update slotsio_uring-5.19-2022-07-09Jens Axboe
2022-07-08Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-08btrfs: zoned: drop optimization of zone finishNaohiro Aota
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner
2022-07-07io_uring: explicit sqe padding for ioctl commandsio_uring-5.19-2022-07-08Pavel Begunkov
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu
2022-07-03nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi