summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-101-0/+3
* 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-082-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-083-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-0810-21/+78
|\ \ \ \
| * | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2710-21/+78
* | | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-085-8/+12
|\| | | |
| * | | | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-275-8/+12
| |/ / /
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-082-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-081-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-081-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
* | | | | | | | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-031-1/+1
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-051-16/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers2019-07-051-16/+26
* | | | | | | | | | Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-051-5/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dax: Fix xarray entry association for mixed mappingsJan Kara2019-06-061-5/+4
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-051-3/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | vfs: move_mount: reject moving kernel internal mountsEric Biggers2019-07-011-3/+4
* | | | | | | | | Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-032-5/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2019-06-282-5/+73
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: fix page cache convergence regressionJohannes Weiner2019-05-311-1/+1
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-296-42/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-294-25/+32
| * | | | | | | | | | fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-06-291-16/+7
| * | | | | | | | | | fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-291-1/+1
* | | | | | | | | | | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
* | | | | | | | | | | | Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-06-291-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-291-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |