summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-15xfs: condense directories after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: add error injection to test file mapping exchange recoveryDarrick J. Wong
2024-04-15xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce new file range exchange ioctlDarrick J. Wong
2024-04-15vfs: export remap and write check helpersDarrick J. Wong
2024-04-15xfs: constify xfs_bmap_is_written_extentDarrick J. Wong
2024-04-15xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong
2024-04-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2024-04-15xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong
2024-04-15xfs: move xfs_iops.c declarations out of xfs_inode.hDarrick J. Wong
2024-04-15xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong
2024-04-15xfs: fix error bailout in xrep_abt_build_new_treesDarrick J. Wong
2024-04-15xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi
2024-04-15do_dentry_open(): kill inode argumentAl Viro
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-04-15get_file_rcu(): no need to check for NULL separatelyAl Viro
2024-04-15fd_is_open(): move to fs/file.cAl Viro
2024-04-15close_on_exec(): pass files_struct instead of fdtableAl Viro
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu
2024-04-15iomap: convert iomap_writepages to writeack_iterChristoph Hellwig
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-04-15fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-04-14bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet
2024-04-14bcachefs: bch_member.btree_allocated_bitmapKent Overstreet
2024-04-14bcachefs: sysfs internal/trigger_journal_flushKent Overstreet
2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet
2024-04-14bcachefs: Interior known are required to have known key typesKent Overstreet
2024-04-14bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet
2024-04-14Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein
2024-04-13bcachefs: Fix btree node merging on write buffer btreesKent Overstreet
2024-04-13bcachefs: Disable merges from interior update pathKent Overstreet
2024-04-13bcachefs: Run merges at BCH_WATERMARK_btreeKent Overstreet