summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-22fs: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-22vfs: Add a sysctl for automated deletion of dentryYafang Shao
2024-10-22epoll: annotate racy checkChristian Brauner
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-21iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig
2024-10-21reiserfs: The last commitJan Kara
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang
2024-10-21fs/super.c: introduce get_tree_bdev_flags()Gao Xiang
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi
2024-10-21Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar
2024-10-20bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet
2024-10-20bcachefs: Mark more errors as AUTOFIXKent Overstreet
2024-10-20bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet
2024-10-19getname_maybe_null() - the third variant of pathname copy-inAl Viro
2024-10-19teach filename_lookup() to treat NULL filename as ""Al Viro
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-19fs: add file_refChristian Brauner
2024-10-18ufs: Convert ufs_change_blocknr() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Pass a folio to ufs_new_fragments()Matthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_inode_getfrag() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_extend_tail() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_inode_getblock() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: take the handling of free block counters into a helperAl Viro
2024-10-18clean ufs_trunc_direct() up a bit...Al Viro
2024-10-18ufs: get rid of ubh_{ubhcpymem,memcpyubh}()Al Viro
2024-10-18ufs_inode_getfrag(): remove junk commentAl Viro
2024-10-18ufs_free_fragments(): fix the braino in sanity checkAl Viro
2024-10-18ufs_clusteracct(): switch to passing fragment numberAl Viro
2024-10-18ufs: untangle ubh_...block...(), part 3Al Viro
2024-10-18ufs: untangle ubh_...block...(), part 2Al Viro
2024-10-18ufs: untangle ubh_...block...() macros, part 1Al Viro
2024-10-18ufs: fix ufs_read_cylinder() failure handlingAl Viro
2024-10-18ufs: missing ->splice_write()Al Viro
2024-10-18ufs: fix handling of delete_entry and set_link failuresAl Viro
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia
2024-10-18Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-18Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum
2024-10-18bcachefs: fsck: Improve hash_check_key()Kent Overstreet
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet
2024-10-18bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet
2024-10-18bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li