summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-038-47/+53
|\
| * namei: make sure nd->depth is always validAl Viro2021-04-071-1/+1
| * teach set_nameidata() to handle setting the root as wellAl Viro2021-04-071-12/+16
| * take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro2021-04-072-27/+31
| * switch file_open_root() to struct pathAl Viro2021-04-077-13/+11
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-034-58/+37
|\ \
| * | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-104-24/+20
| * | fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro2021-06-031-1/+0
| * | generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro2021-06-021-15/+10
| * | ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro2021-06-021-22/+11
* | | Merge branch 'work.d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-07-031-191/+133
|\ \ \
| * | | getcwd(2): clean up error handlingAl Viro2021-05-181-17/+12
| * | | d_path: prepend_path() is unlikely to return non-zeroAl Viro2021-05-181-3/+3
| * | | d_path: prepend_path(): lift the inner loop into a new helperAl Viro2021-05-181-39/+38
| * | | d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loopAl Viro2021-05-181-1/+3
| * | | d_path: prepend_path(): get rid of vfsmntAl Viro2021-05-181-7/+4
| * | | d_path: introduce struct prepend_bufferAl Viro2021-05-181-67/+75
| * | | d_path: make prepend_name() booleanAl Viro2021-05-181-6/+6
| * | | d_path: lift -ENAMETOOLONG handling into callers of prepend_path()Al Viro2021-05-181-28/+11
| * | | d_path: don't bother with return value of prepend()Al Viro2021-05-181-11/+9
| * | | getcwd(2): saner logics around prepend_path() callAl Viro2021-05-181-13/+4
| * | | d_path: get rid of path_with_deleted()Al Viro2021-05-181-18/+5
| * | | d_path: regularize handling of root dentry in __dentry_path()Al Viro2021-05-181-16/+5
| * | | d_path: saner calling conventions for __dentry_path()Al Viro2021-05-171-20/+13
| * | | d_path: "\0" is {0,0}, not {0}Al Viro2021-05-171-5/+5
| |/ /
* | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-033-6/+6
|\ \ \
| * | | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-302-5/+5
| * | | bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-1/+1
* | | | Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0292-3036/+3827
|\ \ \ \
| * | | | xfs: don't wait on future iclogs when pushing the CILDave Chinner2021-06-251-7/+28
| * | | | xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner2021-06-253-35/+18
| * | | | xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner2021-06-251-10/+6
| * | | | xfs: don't nest icloglock inside ic_callback_lockDave Chinner2021-06-251-14/+4
| * | | | xfs: Initialize error in xfs_attr_remove_iterAllison Henderson2021-06-251-1/+1
| * | | | xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong2021-06-211-3/+4
| * | | | xfs: remove dead stale buf unpin handling codeBrian Foster2021-06-211-19/+2
| * | | | xfs: hold buffer across unpin and potential shutdown processingBrian Foster2021-06-211-16/+21
| * | | | xfs: force the log offline when log intent item recovery failsDarrick J. Wong2021-06-212-1/+7
| * | | | xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong2021-06-211-1/+9
| * | | | xfs: shorten the shutdown messages to a single lineDarrick J. Wong2021-06-211-8/+8
| * | | | xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong2021-06-211-1/+1
| * | | | xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-213-9/+9
| * | | | xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong2021-06-211-23/+16
| * | | | xfs: refactor the inode recycling codeDarrick J. Wong2021-06-212-64/+83
| * | | | xfs: add iclog state trace eventsDave Chinner2021-06-213-0/+88
| * | | | xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-2113-65/+56
| * | | | xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-213-24/+49
| * | | | xfs: journal IO cache flush reductionsDave Chinner2021-06-214-48/+43
| * | | | xfs: remove need_start_rec parameter from xlog_write()Dave Chinner2021-06-213-25/+25
| * | | | xfs: CIL checkpoint flushes caches unconditionallyDave Chinner2021-06-211-4/+21