summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ceph: allow idmapped atomic_open inode opChristian Brauner2023-11-031-2/+9
| * | | | ceph: allow idmapped set_acl inode opChristian Brauner2023-11-031-1/+1
| * | | | ceph: allow idmapped setattr inode opChristian Brauner2023-11-031-8/+12
| * | | | ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-034-8/+8
| * | | | ceph: allow idmapped permission inode opChristian Brauner2023-11-031-1/+1
| * | | | ceph: allow idmapped getattr inode opChristian Brauner2023-11-031-1/+1
| * | | | ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner2023-11-031-0/+4
| * | | | ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-033-7/+28
| * | | | ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-032-5/+56
| * | | | ceph: stash idmapping in mdsc requestChristian Brauner2023-11-032-0/+6
| * | | | fs: export mnt_idmap_get/mnt_idmap_putAlexander Mikhalitsyn2023-11-031-0/+2
| * | | | libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-033-2/+77
| * | | | ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-0319-1312/+1747
| * | | | ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-0314-95/+95
| * | | | 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