summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-052-71/+53
|\
| * kernfs: move revalidate to be near lookupIan Kent2021-06-151-43/+43
| * Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-1438-251/+526
| |\
| * \ Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-3153-307/+599
| |\ \
| * | | debugfs: remove return value of debugfs_create_ulong()Greg Kroah-Hartman2021-05-211-14/+4
| * | | debugfs: remove return value of debugfs_create_bool()Greg Kroah-Hartman2021-05-211-12/+3
| * | | Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman2021-05-1723-104/+179
| |\ \ \
| * | | | debugfs: only accept read attributes for blobsWolfram Sang2021-05-141-2/+3
* | | | | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-4/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman2021-06-1438-251/+526
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | remove the raw driverChristoph Hellwig2021-06-041-4/+2
| | |_|_|/ | |/| | |
* | | | | 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-191-17/+12
| * | | | | | d_path: prepend_path() is unlikely to return non-zeroAl Viro2021-05-191-3/+3
| * | | | | | d_path: prepend_path(): lift the inner loop into a new helperAl Viro2021-05-191-39/+38
| * | | | | | d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loopAl Viro2021-05-191-1/+3
| * | | | | | d_path: prepend_path(): get rid of vfsmntAl Viro2021-05-191-7/+4
| * | | | | | d_path: introduce struct prepend_bufferAl Viro2021-05-191-67/+75
| * | | | | | d_path: make prepend_name() booleanAl Viro2021-05-191-6/+6
| * | | | | | d_path: lift -ENAMETOOLONG handling into callers of prepend_path()Al Viro2021-05-191-28/+11
| * | | | | | d_path: don't bother with return value of prepend()Al Viro2021-05-191-11/+9
| * | | | | | getcwd(2): saner logics around prepend_path() callAl Viro2021-05-191-13/+4
| * | | | | | d_path: get rid of path_with_deleted()Al Viro2021-05-191-18/+5
| * | | | | | d_path: regularize handling of root dentry in __dentry_path()Al Viro2021-05-191-16/+5
| * | | | | | d_path: saner calling conventions for __dentry_path()Al Viro2021-05-181-20/+13
| * | | | | | d_path: "\0" is {0,0}, not {0}Al Viro2021-05-181-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-221-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