summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | Make anon_inodes unconditionalDavid Howells2019-04-193-3/+1
* | | | | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-072-48/+70
|\ \ \ \ \ \ \
| * | | | | | | vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2019-05-062-48/+70
* | | | | | | | Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-0759-313/+2085
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: change some error-less functions to void typesEric Sandeen2019-05-0111-58/+26
| * | | | | | | | xfs: add online scrub for superblock countersDarrick J. Wong2019-04-3011-3/+461
| * | | | | | | | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1
| * | | | | | | | xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-304-37/+31
| * | | | | | | | xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
| * | | | | | | | xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
| * | | | | | | | xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-264-0/+23
| * | | | | | | | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-264-9/+9
| * | | | | | | | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-264-3/+51
| * | | | | | | | xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8
| * | | | | | | | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong2019-04-231-1/+1
| * | | | | | | | xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-232-16/+16