summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)2024-04-231-3/+5
* udf: Convert udf_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-04-231-10/+10
* udf: Convert udf_symlink_getattr() to use a folioMatthew Wilcox (Oracle)2024-04-231-6/+6
* udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)2024-04-231-12/+7
* udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)2024-04-231-13/+14
* udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)2024-04-231-7/+8
* udf: Convert udf_symlink_filler() to use a folioMatthew Wilcox (Oracle)2024-04-231-16/+6
* reiserfs: Trim some README bitsJan Kara2024-04-121-13/+3
* quota: fix to propagate error of mark_dquot_dirty() to callerChao Yu2024-04-121-9/+15
* reiserfs: Convert to writepagesMatthew Wilcox (Oracle)2024-04-121-8/+8
* udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov2024-04-101-3/+8
* ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)2024-04-042-3/+7
* udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt2024-04-021-3/+3
* udf: Remove second semicolonColin Ian King2024-03-251-1/+1
* isofs: convert isofs to use the new mount APIEric Sandeen2024-03-251-233/+240
* fs: quota: use group allocation of per-cpu counters APIKefeng Wang2024-03-251-5/+4
* Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-03-222-13/+26
|\
| * ceph: set correct cap mask for getattr request for readXiubo Li2024-03-191-3/+5
| * ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-191-10/+13
| * ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-181-9/+9
| * ceph: break the check delayed cap loop every 5sXiubo Li2024-03-181-0/+8
* | Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-223-9/+22
|\ \
| * | xfs: quota radix tree allocations need to be NOFS on insertDave Chinner2024-03-151-5/+13
| * | xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2024-03-152-4/+9
* | | Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-2211-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