aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Al Viro1-1/+5
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfAl Viro1-9/+4
2024-02-24bcachefs: Fix check_snapshot() memcpyKent Overstreet1-1/+1
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-3/+5
2024-02-24bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster1-0/+2
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet1-13/+8
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet1-3/+5
2024-02-23fscrypt: shrink the size of struct fscrypt_inode_info slightlyEric Biggers1-6/+8
2024-02-23fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers1-3/+3
2024-02-24xfs: fix log recovery erroring out on refcount recovery failureDarrick J. Wong1-0/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-23exec: Delete unnecessary statements in remove_arg_zero()Li kunyu1-1/+0
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein5-0/+110
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein1-26/+33
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein3-30/+64
2024-02-23fuse: introduce inode io modesAmir Goldstein4-2/+189
2024-02-23fuse: prepare for failing open responseAmir Goldstein3-9/+16
2024-02-23fuse: break up fuse_open_common()Amir Goldstein3-13/+26
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein3-32/+41
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein1-17/+21
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert1-27/+34
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert1-18/+45
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi1-22/+90
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-02-23sysfs: Fix crash on empty group attributes arrayDan Williams1-2/+2
2024-02-22fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-02-22nilfs2: convert cpfile to use kmap_localRyusuke Konishi1-45/+45
2024-02-22nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2-107/+0
2024-02-22nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi5-34/+87
2024-02-22nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi3-46/+82
2024-02-22nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi3-29/+77
2024-02-22nilfs2: convert ifile to use kmap_localRyusuke Konishi4-10/+9
2024-02-22nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi1-3/+0
2024-02-22nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi3-31/+57
2024-02-22nilfs2: convert DAT to use kmap_localRyusuke Konishi1-19/+19
2024-02-22nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi1-45/+46
2024-02-22nilfs2: convert sufile to use kmap_localRyusuke Konishi1-43/+43
2024-02-22nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi1-2/+2
2024-02-22nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi1-4/+4
2024-02-22nilfs2: convert segment buffer to use kmap_localRyusuke Konishi1-2/+2
2024-02-22nilfs2: convert recovery logic to use kmap_localRyusuke Konishi1-2/+2
2024-02-22ocfs2: spelling fixYongzhen Zhang1-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-109/+299
2024-02-22userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra1-11/+2