summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-073-30/+32
* SMB3: Add handling for different FSCTL access flagsSteve French2019-05-071-1/+9
* cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-072-2/+42
* cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton2019-05-071-5/+0
* cifs: Call MID callback before destroying transportLong Li2019-05-071-17/+19
* cifs: smbd: Retry on memory registration failureLong Li2019-05-071-2/+2
* cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-071-2/+3
* cifs: smbd: Return EINTR when interruptedLong Li2019-05-071-1/+1
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-073-127/+10
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-073-27/+101
* SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-071-0/+8
* CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel2019-05-071-1/+10
* CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza2019-05-071-0/+2
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-074-25/+151
* cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky2019-05-071-1740/+1740
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-073-6/+44
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-075-116/+87
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
| * kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-41/+21
| * kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-201-2/+9
| * LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-9/+39
| * kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-203-58/+2
| * kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek2019-03-201-4/+14
| * kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-204-36/+31
* | Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-072-70/+259
|\ \
| * | io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang2019-05-071-1/+1
| * | io_uring: fix shadowed variable ret return code being not checkedColin Ian King2019-05-061-1/+0
| * | req->error only used for iopollStefan Bühler2019-05-021-2/+1
| * | io_uring: add support for eventfd notificationsJens Axboe2019-05-021-0/+48
| * | io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe2019-05-021-0/+51
| * | fs: add sync_file_range() helperJens Axboe2019-05-021-64/+71
| * | io_uring: add support for marking commands as drainingJens Axboe2019-05-021-3/+88
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0724-103/+42
|\ \ \
| * | | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-3016-46/+27
| * | | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-2240-332/+538
| |\ \ \
| * | | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-068-57/+15
* | | | | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-41/+37
|\ \ \ \ \
| * \ \ \ \ Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-2140-332/+538
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | chardev: update comment based on the codeChengguang Xu2019-04-021-6/+3
| * | | | | chardev: code cleanup for __register_chrdev_region()Chengguang Xu2019-04-021-41/+28
| * | | | | chardev: add a check for given minor rangeChengguang Xu2019-04-021-0/+6
| * | | | | chardev: add additional check for minor range overlapChengguang Xu2019-04-021-0/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-072-45/+37
|\ \ \ \ \
| * | | | | kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2
| * | | | | debugfs: update documented return values of debugfs helpersRonald Tschalär2019-04-251-42/+35
| |/ / / /
* | | | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-0726-36/+100
|\ \ \ \ \
| * | | | | adfs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+6
| * | | | | afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-088-29/+71
| * | | | | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-0817-7/+23
* | | | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-073-3/+1
|\ \ \ \ \ \