summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: Convert ecryptfs_decrypt_page() to take a folioMatthew Wilcox (Oracle)2024-11-053-8/+9
* ecryptfs: Convert ecryptfs_encrypt_page() to take a folioMatthew Wilcox (Oracle)2024-11-054-10/+10
* ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folioMatthew Wilcox (Oracle)2024-11-053-11/+10
* ecryptfs: Convert ecryptfs_write() to use a folioMatthew Wilcox (Oracle)2024-11-053-29/+13
* ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folioMatthew Wilcox (Oracle)2024-11-053-13/+12
* ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folioMatthew Wilcox (Oracle)2024-11-051-12/+12
* ecryptfs: Use a folio throughout ecryptfs_read_folio()Matthew Wilcox (Oracle)2024-11-051-27/+23
* ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()Matthew Wilcox (Oracle)2024-11-051-21/+20
* Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-10-277-78/+122
|\
| * xfs: update the pag for the last AG at recovery timeChristoph Hellwig2024-10-223-3/+34
| * xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig2024-10-221-1/+1
| * xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig2024-10-221-0/+5
| * xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2024-10-222-8/+52
| * xfs: merge the perag freeing helpersChristoph Hellwig2024-10-224-37/+15
| * xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig2024-10-225-38/+22
| * xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong2024-10-221-3/+5
* | Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds2024-10-255-87/+192
|\ \
| * | Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet2024-10-255-45/+180
| * | Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet2024-10-251-1/+1
| * | Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet2024-10-251-0/+4
| * | Revert " fs/9p: mitigate inode collisions"Dominique Martinet2024-10-254-56/+22
* | | Merge tag 'v6.12-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-252-1/+8
|\ \ \
| * | | cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin2024-10-231-1/+1
| * | | smb: client: Handle kstrdup failures for passwordsHenrique Carvalho2024-10-231-0/+7
| |/ /
* | | Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-254-17/+27
|\ \ \
| * | | fuse: remove stray debug lineMiklos Szeredi2024-10-251-1/+0
| * | | Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi2024-10-211-6/+12
| * | | fuse: update inode size after extending passthrough writeAmir Goldstein2024-10-161-1/+1
| * | | fs: pass offset and result to backing_file end_write() callbackAmir Goldstein2024-10-163-9/+14
* | | | Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-10-252-9/+43
|\ \ \ \
| * | | | nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun2024-10-211-1/+1
| * | | | nfsd: fix race between laundromat and free_stateidOlga Kornievskaia2024-10-182-8/+42
* | | | | Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-249-34/+45
|\ \ \ \ \
| * | | | | btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2024-10-222-7/+4
| * | | | | btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo2024-10-221-2/+1
| * | | | | btrfs: fix read corruption due to race with extent map mergingBoris Burkov2024-10-221-15/+16
| * | | | | btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo2024-10-221-8/+9
| * | | | | btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo2024-10-223-2/+4
| * | | | | btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana2024-10-221-0/+9
| * | | | | btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota2024-10-171-0/+2
* | | | | | Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-10-241-1/+1
|\ \ \ \ \ \
| * | | | | | jfs: Fix sanity check in dbMountDave Kleikamp2024-10-221-1/+1
* | | | | | | Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds2024-10-2441-205/+475
|\ \ \ \ \ \ \
| * | | | | | | bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet2024-10-201-0/+2
| * | | | | | | bcachefs: Mark more errors as AUTOFIXKent Overstreet2024-10-201-2/+2
| * | | | | | | bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet2024-10-201-1/+14
| * | | | | | | bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet2024-10-203-6/+8
| * | | | | | | bcachefs: Fix __bch2_fsck_err() warningKent Overstreet2024-10-201-1/+4
| * | | | | | | bcachefs: fsck: Improve hash_check_key()Kent Overstreet2024-10-183-50/+194
| * | | | | | | bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet2024-10-181-14/+36