summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-04tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)1-2/+25
2024-05-04tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)3-2/+99
2024-05-04eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)1-9/+16
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-2/+21
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2-15/+16
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo1-0/+2
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+40
2024-05-02seq_file: Simplify __seq_puts()Christophe JAILLET1-8/+1
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET1-2/+2
2024-05-02proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
2024-05-01cifs: Enable large folio supportDavid Howells1-0/+1
2024-05-01cifs: Remove some code that's no longer used, part 3David Howells1-1004/+0
2024-05-01cifs: Remove some code that's no longer used, part 2David Howells1-633/+1
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells5-825/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells14-180/+361
2024-05-01cifs: Implement netfslib hooksDavid Howells6-10/+343
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells1-1/+2
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2-1/+56
2024-05-01cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
2024-05-01cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells3-55/+55
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2-3/+3
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells5-14/+17
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells6-116/+113
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells6-89/+59
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells8-52/+58
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells3-143/+5
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells4-100/+102
2024-05-01netfs: Miscellaneous tidy upsDavid Howells1-1/+1
2024-05-01netfs: Remove the old writeback codeDavid Howells4-1180/+0
2024-05-01netfs: Cut over to using new writeback codeDavid Howells10-69/+62
2024-05-01netfs, cachefiles: Implement helpers for new write codeDavid Howells1-0/+74
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells1-0/+48
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells3-0/+60
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells6-9/+23
2024-05-01netfs: New writeback implementationDavid Howells6-5/+1533
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells7-10/+12
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells3-26/+86
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells2-75/+0
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells4-11/+5
2024-05-019p: Use alternative invalidation to using launder_folioDavid Howells1-2/+0
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-4/+24
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo1-0/+1
2024-04-30Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+6
2024-04-29Merge tag 'bcachefs-2024-04-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds4-5/+7
2024-04-29Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-77/+56
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells3-6/+3
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells1-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells3-169/+2
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells8-25/+26