aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques1-19/+20
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques4-3/+31
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques3-21/+208
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques1-6/+12
2025-11-12fuse: add WARN_ON and comment for RCU revalidateMiklos Szeredi1-2/+10
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert1-3/+3
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding3-2/+6
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg5-12/+25
2025-11-12xfs: remove the xlog_in_core_t typedefChristoph Hellwig2-12/+12
2025-11-12xfs: remove l_iclog_headsChristoph Hellwig2-6/+6
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig3-19/+19
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig4-35/+26
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig1-7/+0
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig1-10/+8
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig4-47/+44
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig3-61/+37
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig3-14/+15
2025-11-12iomap: simplify when reads can be skipped for writesJoanne Koong1-3/+6
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong2-37/+36
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong3-28/+36
2025-11-12iomap: account for unaligned end offsets when truncating read rangeJoanne Koong1-2/+20
2025-11-12iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submittedJoanne Koong1-19/+20
2025-11-12fs: add iput_not_last()Mateusz Guzik1-0/+12
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-16/+16
2025-11-12power: always freeze efivarfsChristian Brauner2-3/+11
2025-11-12vfs: expose delegation support to userlandJeff Layton2-5/+53
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton3-1/+126
2025-11-12nfsd: allow DELEGRETURN on directoriesJeff Layton1-1/+2
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton4-17/+49
2025-11-12filelock: lift the ban on directory leases in generic_setleaseJeff Layton1-2/+10
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton5-6/+18
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton5-12/+19
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton7-8/+19
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton7-18/+10
2025-11-12vfs: break parent dir delegations in open(..., O_CREAT) codepathJeff Layton1-4/+18
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton6-12/+24
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton9-14/+26
2025-11-12vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}Jeff Layton1-1/+14
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton4-2/+9
2025-11-12filelock: add struct delegated_inodeJeff Layton6-26/+26
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton1-11/+18
2025-11-12filelock: make lease_alloc() take a flags argumentJeff Layton1-7/+6
2025-11-11ocfs2: add extra flags check in ocfs2_ioctl_move_extents()Dmitry Antipov1-0/+6
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-34/+34
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNECTEDStefan Metzmacher1-0/+3
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DISCONNECTEDStefan Metzmacher1-0/+3
2025-11-11ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_privateYangWen1-2/+3
2025-11-11fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong1-7/+19