summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-068-80/+152
|\
| * virtiofs: Fix spelling mistakesZheng Yongjun2021-06-223-5/+5
| * fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-221-1/+1
| * fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-06-224-5/+15
| * fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones2021-06-221-4/+6
| * fuse: Make fuse_fill_super_submount() staticGreg Kurz2021-06-222-11/+2
| * fuse: Switch to fc_mount() for submountsGreg Kurz2021-06-221-23/+6
| * fuse: Call vfs_get_tree() for submountsGreg Kurz2021-06-222-48/+41
| * fuse: add dedicated filesystem context ops for submountsGreg Kurz2021-06-223-0/+24
| * virtiofs: propagate sync() to file serverGreg Kurz2021-06-223-0/+44
| * fuse: reject internal errnoMiklos Szeredi2021-06-221-1/+1
| * fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-06-221-0/+9
| * fuse: ignore PG_workingset after stealingMiklos Szeredi2021-06-181-0/+1
| * fuse: Fix infinite loop in sget_fc()Greg Kurz2021-06-091-0/+11
| * fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz2021-06-091-4/+4
| * fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz2021-06-091-1/+5
* | Merge tag 'for-linus-5.14-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-062-5/+4
|\ \
| * | orangefs: fix orangefs df output.Mike Marshall2021-06-281-1/+1
| * | orangefs: readahead adjustmentMike Marshall2021-06-281-4/+3
* | | Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-062-4/+6
|\ \ \
| * | | exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon2021-07-041-3/+5
| * | | exfat: avoid incorrectly releasing for root inodeChen Li2021-06-281-1/+1
* | | | 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-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