summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fat: fix uninitialized field in nostale filehandlesJan Kara2024-02-221-0/+6
* nilfs2: convert cpfile to use kmap_localRyusuke Konishi2024-02-221-45/+45
* nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2024-02-222-107/+0
* nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi2024-02-225-34/+87
* nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi2024-02-223-46/+82
* nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi2024-02-223-29/+77
* nilfs2: convert ifile to use kmap_localRyusuke Konishi2024-02-224-10/+9
* nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi2024-02-221-3/+0
* nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi2024-02-223-31/+57
* nilfs2: convert DAT to use kmap_localRyusuke Konishi2024-02-221-19/+19
* nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi2024-02-221-45/+46
* nilfs2: convert sufile to use kmap_localRyusuke Konishi2024-02-221-43/+43
* nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi2024-02-221-4/+4
* nilfs2: convert segment buffer to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert recovery logic to use kmap_localRyusuke Konishi2024-02-221-2/+2
* ocfs2: spelling fixYongzhen Zhang2024-02-221-1/+1
* Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-02-1711-16/+35
|\
| * bcachefs: Fix missing va_end()Kent Overstreet2024-02-131-0/+1
| * bcachefs: Fix check_version_upgrade()Kent Overstreet2024-02-131-5/+6
| * bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-136-5/+21
| * bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet2024-02-101-1/+1
| * bcachefs: fix kmemleak in __bch2_read_super error handling pathSu Yue2024-02-101-1/+1
| * bcachefs: Fix missing bch2_err_class() callsKent Overstreet2024-02-101-4/+5
* | Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-02-177-7/+60
|\ \
| * | smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2024-02-152-2/+23
| * | smb: client: handle path separator of created SMB symlinksPaulo Alcantara2024-02-121-2/+6
| * | smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara2024-02-121-0/+16
| * | cifs: update the same create_guid on replayShyam Prasad N2024-02-114-2/+14
| * | cifs: fix underflow in parse_server_interfaces()Dan Carpenter2024-02-111-1/+1
* | | Merge tag 'ceph-for-6.8-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2024-02-163-25/+93
|\ \ \
| * | | ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-133-1/+69
| * | | ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-02-131-24/+24
| |/ /
* | | Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-02-162-43/+65
|\ \ \
| * | | zonefs: Improve error handlingDamien Le Moal2024-02-162-43/+65
| |/ /
* | | Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-146-50/+131
|\ \ \
| * | | btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana2024-02-131-36/+2
| * | | btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana2024-02-131-0/+1
| * | | btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana2024-02-131-0/+7
| * | | btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana2024-02-131-10/+19
| * | | btrfs: add new unused block groups to the list of unused block groupsFilipe Manana2024-02-091-0/+31
| * | | btrfs: do not delete unused block group if it may be used soonFilipe Manana2024-02-091-0/+46
| * | | btrfs: add and use helper to check if block group is usedFilipe Manana2024-02-092-2/+8
| * | | btrfs: don't drop extent_map for free space inode on write errorJosef Bacik2024-02-091-2/+17
* | | | Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-123-33/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | fs: relax mount_setattr() permission checksChristian Brauner2024-02-071-3/+8
| * | | remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2024-02-062-30/+15
* | | | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-105-39/+69
|\ \ \ \
| * | | | nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-071-3/+5
| * | | | nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2024-02-071-1/+7