summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Fix match_prepath()Sachin Prabhu2017-04-281-8/+6
* | | | | | | | | | | | | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-027-261/+350
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-283-16/+36
| * | | | | | | | | | | | | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-271-1/+0
| * | | | | | | | | | | | | pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20
| * | | | | | | | | | | | | pstore: Remove write_buf() callbackKees Cook2017-03-074-24/+29
| * | | | | | | | | | | | | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-073-35/+23
| * | | | | | | | | | | | | pstore: Replace arguments for write_buf() APIKees Cook2017-03-073-33/+50
| * | | | | | | | | | | | | pstore: Replace arguments for erase() APIKees Cook2017-03-072-15/+12
| * | | | | | | | | | | | | pstore: Do not duplicate record metadataKees Cook2017-03-072-33/+30
| * | | | | | | | | | | | | pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
| * | | | | | | | | | | | | pstore: Pass record contents instead of copyingKees Cook2017-03-072-11/+27
| * | | | | | | | | | | | | pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24
| * | | | | | | | | | | | | pstore: Replace arguments for write() APIKees Cook2017-03-071-27/+35
| * | | | | | | | | | | | | pstore: Replace arguments for read() APIKees Cook2017-03-072-30/+30
| * | | | | | | | | | | | | pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-073-34/+34
| * | | | | | | | | | | | | pstore: Move record decompression to functionKees Cook2017-03-071-30/+37
| * | | | | | | | | | | | | pstore: Extract common arguments into structureKees Cook2017-03-071-25/+30
| * | | | | | | | | | | | | pstore: Improve register_pstore() error reportingKees Cook2017-03-071-1/+5
| * | | | | | | | | | | | | pstore: Avoid race in module unloadingKees Cook2017-03-071-2/+2
| * | | | | | | | | | | | | pstore: Shut down worker when unregisteringKees Cook2017-03-071-1/+9
| * | | | | | | | | | | | | pstore: Use dynamic spinlock initializerKees Cook2017-03-071-1/+1
| * | | | | | | | | | | | | pstore: constify pstore_zbackend structuresBhumika Goyal2017-03-071-4/+4
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+1
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
* | | | | | | | | | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-21/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2672-647/+815
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | / | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | | | |
| * | | | / | | | | | | | | | | | | don't open-code kernel_setsockopt()Al Viro2017-04-061-21/+4
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0139-257/+186
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-211-1/+0
| * | | | | | | | | | | | | | | | | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-2/+2
| * | | | | | | | | | | | | | | | | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-2/+3
| * | | | | | | | | | | | | | | | | bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-1/+1
| * | | | | | | | | | | | | | | | | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-204-7/+1
| * | | | | | | | | | | | | | | | | ubifs: Convert to separately allocated bdiJan Kara2017-04-202-19/+9
| * | | | | | | | | | | | | | | | | nfs: Convert to separately allocated bdiJan Kara2017-04-204-35/+28
| * | | | | | | | | | | | | | | | | ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2
| * | | | | | | | | | | | | | | | | nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
| * | | | | | | | | | | | | | | | | gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3
| * | | | | | | | | | | | | | | | | fuse: Get rid of bdi_initializedJan Kara2017-04-203-8/+2
| * | | | | | | | | | | | | | | | | fuse: Convert to separately allocated bdiJan Kara2017-04-203-36/+17
| * | | | | | | | | | | | | | | | | exofs: Convert to separately allocated bdiJan Kara2017-04-202-12/+6
| * | | | | | | | | | | | | | | | | coda: Convert to separately allocated bdiJan Kara2017-04-201-7/+4
| * | | | | | | | | | | | | | | | | afs: Convert to separately allocated bdiJan Kara2017-04-203-10/+4
| * | | | | | | | | | | | | | | | | ecryptfs: Convert to separately allocated bdiJan Kara2017-04-202-4/+1
| * | | | | | | | | | | | | | | | | cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6
| * | | | | | | | | | | | | | | | | ceph: Convert to separately allocated bdiJan Kara2017-04-204-28/+17
| * | | | | | | | | | | | | | | | | btrfs: Convert to separately allocated bdiJan Kara2017-04-203-30/+14