summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-152-14/+3
|\
| * fs: remove ksys_dup()Dominik Brodowski2019-12-121-6/+1
| * init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-8/+2
* | Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-146-3/+26
|\ \
| * | CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-135-4/+25
| * | SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
| * | smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
* | | Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-148-96/+159
|\ \ \
| * | | ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-101-1/+1
| * | | ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-101-1/+7
| * | | ovl: don't use a temp buf for encoding real fhAmir Goldstein2019-12-101-21/+16
| * | | ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-104-73/+115
| * | | ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-103-7/+27
* | | | Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-88/+121
|\ \ \ \
| * | | | io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe2019-12-111-7/+14
| * | | | io_uring: add sockets to list of files that support non-blocking issueJens Axboe2019-12-101-2/+4
| * | | | io_uring: only hash regular files for async work executionJens Axboe2019-12-101-1/+3
| * | | | io_uring: run next sqe inline if possibleJens Axboe2019-12-101-4/+11
| * | | | io_uring: don't dynamically allocate poll dataJens Axboe2019-12-101-16/+11
| * | | | io_uring: deferred send/recvmsg should assign iovJens Axboe2019-12-101-2/+2
| * | | | io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe2019-12-101-5/+2
| * | | | io-wq: briefly spin for new work after finishing workJens Axboe2019-12-102-5/+26
| * | | | io-wq: remove worker->wait waitqueueJens Axboe2019-12-101-8/+2
| * | | | io_uring: allow unbreakable linksJens Axboe2019-12-101-38/+46
* | | | | Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-132-2/+2
|\ \ \ \ \
| * | | | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-127-42/+85
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ceph: add more debug info when decoding mdsmapXiubo Li2019-12-091-4/+8
| * | | | ceph: switch to global cap helperXiubo Li2019-12-091-14/+10
| * | | | ceph: trigger the reclaim work once there has enough pending capsXiubo Li2019-12-091-1/+1
| * | | | ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-094-0/+40
| * | | | ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-093-23/+26
| |/ / /
* | | | Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-115-19/+20
|\ \ \ \
| * | | | afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells2019-12-111-3/+4
| * | | | afs: Fix missing cell comparison in afs_test_super()David Howells2019-12-111-0/+1
| * | | | afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2019-12-111-0/+3
| * | | | afs: Fix mountpoint parsingDavid Howells2019-12-111-2/+4
| * | | | afs: Fix SELinux setting security label on /afsDavid Howells2019-12-091-1/+0
| * | | | afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne2019-12-091-13/+8
| |/ / /
* | | | Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-111-0/+2
|\ \ \ \
| * | | | erofs: zero out when listxattr is called with no xattrGao Xiang2019-12-041-0/+2
| | |_|/ | |/| |
* | | | pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds2019-12-111-7/+29
* | | | btrfs: add Kconfig dependency for BLAKE2BDavid Sterba2019-12-091-0/+1
| |/ / |/| |
* | | Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\ \ \
| * | | smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
| * | | smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * | | cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * | | cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * | | smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * | | smb3: remove unused flag passed into close functionsSteve French2019-12-022-16/+5