summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-07btrfs: add cancellation points to trim loopsLuca Stefani
2024-10-07btrfs: split remaining space to discard in chunksLuca Stefani
2024-10-07file.c: merge __{set,clear}_close_on_exec()Al Viro
2024-10-07alloc_fdtable(): change calling conventions.Al Viro
2024-10-07fs/file.c: add fast path in find_next_fd()Yu Ma
2024-10-07fs/file.c: conditionally clear full_fdsYu Ma
2024-10-07fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()Yu Ma
2024-10-07move close_range(2) into fs/file.c, fold __close_range() into itAl Viro
2024-10-07close_files(): don't bother with xchg()Al Viro
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-10-07fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong
2024-10-07fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
2024-10-07xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells
2024-10-07Merge patch series "Random netfs folio fixes"Christian Brauner
2024-10-07netfs: Remove unnecessary references to pagesMatthew Wilcox (Oracle)
2024-10-07netfs: Fix a few minor bugs in netfs_page_mkwrite()Matthew Wilcox (Oracle)
2024-10-07fs: have setattr_copy handle multigrain timestamps appropriatelyJeff Layton
2024-10-07fs: add infrastructure for multigrain timestampsJeff Layton
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig
2024-10-07xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak
2024-10-07xfs: scrub: convert comma to semicolonYan Zhen
2024-10-07xfs: Remove empty declartion in header fileZhang Zekun
2024-10-06cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár
2024-10-06bcachefs: Delete vestigal check_inode() checksKent Overstreet
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet
2024-10-06bcachefs: reattach_inode() now correctly handles interior snapshot nodesKent Overstreet
2024-10-06bcachefs: Split out check_unreachable_inodes() passKent Overstreet
2024-10-06bcachefs: Fix lockdep splat in bch2_accounting_readKent Overstreet
2024-10-05Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia
2024-10-05Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-10-04bcachefs: Rework logged op error handlingKent Overstreet
2024-10-04bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet
2024-10-04bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet
2024-10-04bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet
2024-10-04bcachefs: Check for unlinked inodes with direntsKent Overstreet
2024-10-04bcachefs: Check for directories with no backpointersKent Overstreet
2024-10-04bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet