summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: fix function pointer cast warningsArnd Bergmann2024-02-252-14/+15
* ubifs: fix sort function prototypeArnd Bergmann2024-02-251-5/+4
* ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)2024-02-251-15/+13
* ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)2024-02-251-5/+5
* ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)2024-02-251-7/+7
* ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)2024-02-251-34/+30
* ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)2024-02-251-20/+21
* ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)2024-02-251-16/+16
* ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+23
* ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-02-251-18/+18
* ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)2024-02-251-26/+30
* ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)2024-02-251-12/+12
* ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)2024-02-251-22/+17
* ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)2024-02-251-2/+10
* ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)2024-02-251-9/+4
* 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