summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: make two stat prep helpers availableJens Axboe2020-01-202-12/+28
* io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2020-01-201-135/+350
* io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-201-0/+109
* io-wq: add support for uncancellable workJens Axboe2020-01-203-2/+12
* fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2020-01-201-2/+4
* io_uring: add support for IORING_OP_OPENATJens Axboe2020-01-201-2/+93
* fs: make build_open_flags() available internallyJens Axboe2020-01-202-3/+4
* io_uring: add support for fallocate()Jens Axboe2020-01-201-0/+60
* Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfsJens Axboe2020-01-201-1/+3
|\
| * io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-201-1/+3
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe2020-01-195-93/+305
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-34/+113
| * | namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolutionAleksa Sarai2019-12-081-16/+27
| * | namei: LOOKUP_IN_ROOT: chroot-like scoped resolutionAleksa Sarai2019-12-081-3/+7
| * | namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolutionAleksa Sarai2019-12-081-6/+74
| * | namei: LOOKUP_NO_XDEV: block mountpoint crossingAleksa Sarai2019-12-081-4/+27
| * | namei: LOOKUP_NO_MAGICLINKS: block magic-link resolutionAleksa Sarai2019-12-081-1/+9
| * | namei: LOOKUP_NO_SYMLINKS: block symlink resolutionAleksa Sarai2019-12-081-0/+3
| * | namei: allow set_root() to produce errorsAleksa Sarai2019-12-081-11/+24
| * | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-083-8/+12
| * | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-082-18/+17
| * | namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2019-12-081-1/+1
* | | Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-172-28/+56
|\ \ \ | | |/ | |/|
| * | io_uring: only allow submit from owning taskJens Axboe2020-01-161-0/+6
| * | io_uring: ensure workqueue offload grabs ring mutex for poll listJens Axboe2020-01-151-0/+9
| * | io_uring: clear req->result always before issuing a read/write requestBijan Mottahedeh2020-01-151-0/+2
| * | io_uring: be consistent in assigning next work from handlerJens Axboe2020-01-141-24/+28
| * | io-wq: cancel work if we fail getting a mm referenceJens Axboe2020-01-141-4/+8
| * | io_uring: don't setup async context for read/write fixedJens Axboe2020-01-131-0/+3
* | | Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-176-46/+114
|\ \ \
| * | | btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-171-1/+5
| * | | Btrfs: always copy scrub arguments back to user spaceFilipe Manana2020-01-171-1/+13
| * | | btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo2020-01-131-5/+46
| * | | btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-081-1/+5
| * | | btrfs: do not delete mismatched root refsJosef Bacik2020-01-081-4/+6
| * | | btrfs: fix invalid removal of root refJosef Bacik2020-01-081-8/+19
| * | | btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-081-26/+20
* | | | Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-171-1/+3
|\ \ \ \
| * | | | fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi2020-01-161-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-01-152-79/+13
|\ \ \ \
| * | | | fix autofs regression caused by follow_managed() changesAl Viro2020-01-151-0/+1
| * | | | reimplement path_mountpoint() with less magicAl Viro2020-01-152-79/+12
* | | | | Merge branch 'dhowells' (patches from DavidH)Linus Torvalds2020-01-141-10/+8
|\ \ \ \ \
| * | | | | afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells2020-01-141-5/+1
| * | | | | afs: Fix use-after-loss-of-refDavid Howells2020-01-141-5/+7
* | | | | | Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-101-1/+1
|\ \ \ \ \ \
| * | | | | | chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-01-061-1/+1
* | | | | | | Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-103-6/+6
|\ \ \ \ \ \ \
| * | | | | | | fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-093-6/+6
* | | | | | | | Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-101-12/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |