aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong3-67/+63
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong5-217/+225
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong2-40/+48
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong1-7/+6
2024-07-02xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong2-0/+3
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong6-47/+102
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong4-11/+12
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong7-110/+141
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong5-47/+46
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong3-10/+15
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15
2024-07-02xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong5-0/+111
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong2-24/+308
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao5-5/+0
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig1-18/+15
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig1-3/+2
2024-07-01xfs: refactor __xfs_filemap_faultChristoph Hellwig1-26/+45
2024-07-01xfs: simplify xfs_dax_faultChristoph Hellwig1-21/+13
2024-07-01xfs: cleanup xfs_ilock_iocb_for_writeChristoph Hellwig1-7/+11
2024-07-01xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig1-37/+34
2024-07-01xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-07-01xfs: add bounds checking to xlog_recover_process_datalei lu1-1/+4
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang3-31/+7
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-53/+95
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-1/+2
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds14-201/+273
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+45
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong1-1/+9
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li1-0/+3
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet5-133/+161
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li1-1/+1
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li1-4/+10
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown2-1/+2
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+3
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota1-1/+1
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana1-15/+28
2024-06-24ftruncate: pass a signed offsetArnd Bergmann1-2/+2
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet1-0/+7
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet1-0/+5