summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-1112-67/+45
|\
| * fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-201-41/+0
| * fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein2019-06-203-13/+0
| * configfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-0/+3
| * debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+3
| * debugfs: simplify __debugfs_remove_file()Amir Goldstein2019-06-201-12/+8
| * devpts: call fsnotify_unlink() hookAmir Goldstein2019-06-201-0/+1
| * tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+3
| * btrfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-1/+3
| * fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+2
| * fanotify: Disallow permission events for proc filesystemJan Kara2019-05-282-1/+23
* | Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-07-111-20/+42
|\ \
| * | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-191-15/+27
| * | locks: Add trace_leases_conflictIra Weiny2019-06-191-5/+15
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-1110-78/+21
* | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-3/+3
|\ \ \
| * | | fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang2019-06-201-3/+3
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-15/+39
|\ \ \
| * \ \ Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-0821-100/+180
| |\ \ \
| * \ \ \ Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-2458-292/+238
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-17131-1257/+686
| |\ \ \ \ \
| * | | | | | sysfs: Add sysfs_update_groups functionJiri Olsa2019-06-031-15/+39
* | | | | | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-096-41/+16
|\ \ \ \ \ \ \
| * | | | | | | block: fix .bi_size overflowMing Lei2019-07-012-2/+2
| * | | | | | | Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-0156-266/+220
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-3/+0
| * | | | | | | direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig2019-06-291-12/+3
| * | | | | | | block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-291-9/+2
| * | | | | | | block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig2019-06-291-7/+1
| * | | | | | | iomap: use bio_release_pages in iomap_dio_bio_end_ioChristoph Hellwig2019-06-291-7/+1
| * | | | | | | blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-06-151-1/+7
* | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-092-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
| * | | | | | | | signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2019-05-271-1/+1
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-093-48/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-203-48/+17
| |/ / / / / / / /
* | | | | | | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0910-21/+78
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2810-21/+78
* | | | | | | | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-095-8/+12
|\| | | | | | | | |
| * | | | | | | | | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-285-8/+12
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-092-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-122-0/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-2/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2455-265/+216
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-17134-1284/+708
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-061-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-051-1/+0