summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-14xfs: refactor per-AG inode tagging functionsinode-walk-cleanups_2021-06-14Darrick J. Wong
2021-06-14xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-06-14xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong
2021-06-14xfs: fix radix tree tag signsDarrick J. Wong
2021-06-14xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong
2021-06-14xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong
2021-06-14xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong
2021-06-14xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-06-14xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong
2021-06-14xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong
2021-06-14xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong
2021-06-14xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong
2021-06-14xfs: move the inode walk functions further downDarrick J. Wong
2021-06-14xfs: detach inode dquots at the end of inactivationDarrick J. Wong
2021-06-14xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-06-14xfs: remove unnecessary shiftsunit-conversion-cleanups_2021-06-14Darrick J. Wong
2021-06-14xfs: clean up open-coded fs block unit conversionsDarrick J. Wong
2021-06-14xfs: set ip->i_diflags directly in xfs_inode_inherit_flagsDarrick J. Wong
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-10io_uring: add feature flag for rsrc tagsio_uring-5.13-2021-06-12Pavel Begunkov
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov
2021-06-10coredump: Limit what can interrupt coredumpsEric W. Biederman
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov
2021-06-06ext4: fix fast commit alignment issuesHarshad Shirwadkar
2021-06-06ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi
2021-06-04debugfs: Fix debugfs_read_file_str()Dietmar Eggemann
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik
2021-06-03Merge tag 'io_uring-5.13-2021-06-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust
2021-06-03NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter
2021-06-03NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker
2021-06-03NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew
2021-06-02ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani
2021-06-01Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher
2021-06-01NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo