summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-25fuse: use kiocb_modified in buffered write pathJosef Bacik
2024-10-25fuse: convert fuse_page_mkwrite to use foliosJosef Bacik
2024-10-25fuse: convert fuse_fill_write_pages to use foliosJosef Bacik
2024-10-25fuse: convert fuse_send_write_pages to use foliosJosef Bacik
2024-10-25fuse: convert readahead to use foliosJosef Bacik
2024-10-25fuse: use fuse_range_is_writeback() instead of iterating pagesJosef Bacik
2024-10-25virtiofs: use GFP_NOFS when enqueuing request through kworkerHou Tao
2024-10-25virtiofs: use pages instead of pointer for kernel direct IOHou Tao
2024-10-25fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iteryangyun
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong
2024-10-24bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet
2024-10-25Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet
2024-10-25Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet
2024-10-25Revert " fs/9p: mitigate inode collisions"Dominique Martinet
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-24Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet
2024-10-24pidfd: add ioctl to retrieve pid infoLuca Boccassi
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells
2024-10-23btrfs: fix error propagation of split biosNaohiro Aota
2024-10-23debugfs: add small file operations for most filesJohannes Berg
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin
2024-10-23smb: client: Handle kstrdup failures for passwordsHenrique Carvalho
2024-10-23hostfs: Do not propagate hostfs parameter to kernelTiwei Bie
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana
2024-10-22KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong
2024-10-22acl: Annotate struct posix_acl with __counted_by()Thorsten Blum
2024-10-22epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan
2024-10-22coredump: add cond_resched() to dump_user_rangeRik van Riel
2024-10-22fs/inode: Fix a typoAndrew Kreimer
2024-10-22fcntl: make F_DUPFD_QUERY associativeChristian Brauner
2024-10-22vfs: inode insertion kdoc correctionsAndreas Gruenbacher
2024-10-22namespace: Use atomic64_inc_return() in alloc_mnt_ns()Uros Bizjak