summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-261-13/+31
* cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-261-3/+3
* cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-261-286/+279
* cifs: Don't use iov_iter::type directlyDavid Howells2020-01-261-4/+4
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-262-12/+87
* cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-263-36/+82
* fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-261-2/+2
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-1/+1
* Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-261-10/+0
|\
| * io_uring: don't cancel all work on process exitJens Axboe2020-01-261-4/+0
| * Revert "io_uring: only allow submit from owning task"Jens Axboe2020-01-261-6/+0
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-01-261-7/+10
|\ \
| * | do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-261-7/+10
* | | afs: Fix characters allowed into cell namesDavid Howells2020-01-261-1/+10
* | | Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-252-9/+29
|\ \ \
| * | | btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba2020-01-251-4/+1
| * | | btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo2020-01-241-5/+28
* | | | Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2020-01-231-2/+6
|\ \ \ \
| * | | | ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-211-2/+6
* | | | | readdir: make user_access_begin() use the real access rangeLinus Torvalds2020-01-231-38/+35
* | | | | readdir: be more conservative with directory entry namesLinus Torvalds2020-01-231-1/+5
* | | | | Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-221-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-201-1/+3
* | | | | Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-201-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-161-2/+6
* | | | | 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