summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ceph: pass the mdsc to several helpersXiubo Li2023-11-039-36/+51
* | | | | | Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-0812-39/+93
|\ \ \ \ \ \
| * | | | | | nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)2023-11-014-22/+20
| * | | | | | NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-011-2/+3
| * | | | | | NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia2023-11-011-1/+6
| * | | | | | nfs41: drop dependency between flexfiles layout driver and NFSv3 modulesMkrtchyan, Tigran2023-11-011-1/+1
| * | | | | | NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington2023-11-012-1/+7
| * | | | | | NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust2023-10-224-11/+22
| * | | | | | NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust2023-10-223-1/+34
* | | | | | | Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-082-2/+3
|\ \ \ \ \ \ \
| * | | | | | | exfat: fix ctime is not updatedYuezhang Mo2023-11-031-0/+1
| * | | | | | | exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo2023-11-031-2/+2
* | | | | | | | Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-0831-950/+1433
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2023-10-234-13/+80
| * | | | | | | | xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig2023-10-231-11/+13
| * | | | | | | | xfs: introduce protection for drop nlinkCheng Lin2023-10-231-0/+7
| * | | | | | | | Merge tag 'rtalloc-speedups-6.7_2023-10-19' of https://git.kernel.org/pub/scm...Chandan Babu R2023-10-235-560/+556
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval2023-10-191-5/+22
| | * | | | | | | | xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval2023-10-191-47/+7
| | * | | | | | | | xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval2023-10-191-3/+6
| | * | | | | | | | xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval2023-10-191-9/+9
| | * | | | | | | | xfs: invert the realtime summary cacheOmar Sandoval2023-10-193-18/+25
| | * | | | | | | | xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-193-45/+42
| | * | | | | | | | xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-193-71/+71
| | * | | | | | | | xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-194-144/+135
| | * | | | | | | | xfs: consolidate realtime allocation argumentsDave Chinner2023-10-184-365/+386
| * | | | | | | | | Merge tag 'refactor-rtbitmap-accessors-6.7_2023-10-19' of https://git.kernel....Chandan Babu R2023-10-238-125/+223
| |\| | | | | | | |
| | * | | | | | | | xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-187-24/+71
| | * | | | | | | | xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2023-10-183-10/+43
| | * | | | | | | | xfs: use accessor functions for bitmap wordsDarrick J. Wong2023-10-184-77/+70
| | * | | | | | | | xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong2023-10-181-15/+40
| * | | | | | | | | Merge tag 'refactor-rtbitmap-macros-6.7_2023-10-19' of https://git.kernel.org...Chandan Babu R2023-10-237-96/+218
| |\| | | | | | | |
| | * | | | | | | | xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-185-9/+48
| | * | | | | | | | xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-175-18/+67
| | * | | | | | | | xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2023-10-172-28/+42
| | * | | | | | | | xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong2023-10-173-11/+9
| | * | | | | | | | xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-175-31/+53
| * | | | | | | | | Merge tag 'refactor-rt-unit-conversions-6.7_2023-10-19' of https://git.kernel...Chandan Babu R2023-10-2317-66/+200
| |\| | | | | | | |
| | * | | | | | | | xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-176-0/+50
| | * | | | | | | | xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2023-10-172-5/+21
| | * | | | | | | | xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-176-28/+28
| | * | | | | | | | xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-173-6/+37
| | * | | | | | | | xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-174-9/+16
| | * | | | | | | | xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-176-7/+19
| | * | | | | | | | xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-176-12/+30
| * | | | | | | | | Merge tag 'clean-up-realtime-units-6.7_2023-10-19' of https://git.kernel.org/...Chandan Babu R2023-10-2315-287/+319
| |\| | | | | | | |
| | * | | | | | | | xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-178-139/+137
| | * | | | | | | | xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-176-10/+10
| | * | | | | | | | xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-174-3/+5
| | * | | | | | | | xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-173-34/+34