summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-2111-39/+54
|\
| * smb311: additional compression flag defined in updated protocol specSteve French2024-03-201-4/+6
| * smb311: correct incorrect offset field in compression headerSteve French2024-03-201-1/+1
| * cifs: Move some extern decls from .c files to .hDavid Howells2024-03-204-10/+2
| * cifs: remove redundant variable assignmentBharath SM2024-03-141-2/+0
| * cifs: fixes for get_inode_infoMeetakshi Setiya2024-03-142-12/+13
| * cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-03-141-1/+2
| * cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-03-141-2/+2
| * cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-144-3/+13
| * cifs: defer close file handles having RH leaseBharath SM2024-03-141-4/+15
* | Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2111-274/+428
|\ \
| * | ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng2024-02-253-22/+155
| * | ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-02-251-0/+2
| * | ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng2024-02-254-10/+31
| * | ubifs: Remove unreachable code in dbg_check_ltab_lnumKunwu Chan2024-02-251-1/+0
| * | 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 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-215-33/+88
|\ \ \
| * | | debugfs: fix wait/cancellation handling during removeJohannes Berg2024-03-071-5/+20
| * | | sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Rohan Kollambalath2024-03-071-5/+5
| * | | sysfs: Fix crash on empty group attributes arrayDan Williams2024-02-231-2/+2
| * | | sysfs: Introduce a mechanism to hide static attribute_groupsDan Williams2024-02-191-9/+36
| * | | Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-19104-1379/+1510
| |\| |
| * | | kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_filesNeel Natu2024-01-301-3/+5
| * | | kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo2024-01-302-11/+22
* | | | Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-11/+47
|\ \ \ \
| * | | | btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-03-181-11/+47
* | | | | Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-214-376/+293
|\ \ \ \ \
| * | | | | exfat: remove duplicate update parent dirYuezhang Mo2024-03-191-1/+2
| * | | | | exfat: do not sync parent dir if just update timestampYuezhang Mo2024-03-191-11/+8
| * | | | | exfat: remove unused functionsYuezhang Mo2024-03-193-64/+4
| * | | | | exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo2024-03-191-84/+42
| * | | | | exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo2024-03-193-77/+33
| * | | | | exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2024-03-192-5/+3
| * | | | | exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo2024-03-193-115/+90