summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fscrypt: properly declare on-stack completionRichard Weinberger2017-02-061-1/+1
| * | | | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-065-73/+16
| * | | | fscrypt: remove redundant assignment of resColin Ian King2017-02-061-1/+0
| | |/ / | |/| |
| * | | fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-086-75/+14
| * | | ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * | | fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2017-01-022-24/+13
| * | | fscrypt: factor out bio specific functionsRichard Weinberger2017-01-015-143/+177
| * | | fscrypt: pass up error codes from ->get_context()Eric Biggers2016-12-311-31/+23
| * | | fscrypt: remove user-triggerable warning messagesEric Biggers2016-12-311-13/+2
| * | | fscrypt: use EEXIST when file already uses different policyEric Biggers2016-12-311-1/+1
| * | | fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2016-12-311-1/+1
| * | | fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-315-7/+12
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-208-16/+16
|\ \ \ \
| * | | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-147-15/+15
| * | | | locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-208-82/+66
|\ \ \ \ \
| * | | | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-011-2/+2
| * | | | | fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-013-40/+20
| * | | | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-013-9/+16
| * | | | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-012-6/+6
| * | | | | sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker2017-02-011-3/+3
| * | | | | sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-012-39/+36
| * | | | | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-0156-243/+568
| |\ \ \ \ \
| * | | | | | fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkp...Tejun Heo2017-01-142-7/+7
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-202-5/+16
|\ \ \ \ \ \ \
| * | | | | | | timerfd: Protect the might cancel mechanism properThomas Gleixner2017-02-101-3/+14
| * | | | | | | Merge branch 'fortglx/4.11/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-01-301-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre2017-01-271-2/+2
* | | | | | | | vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-161-0/+1
* | | | | | | | fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* | | | | | | | fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* | | | | | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-112-17/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-101-15/+24
| * | | | | | | | btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-081-2/+4
* | | | | | | | | Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-101-37/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields2017-02-091-37/+60
* | | | | | | | | | pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-091-1/+1
* | | | | | | | | | mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins2017-02-071-1/+2
|/ / / / / / / / /
* | | | | | | | | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-032-0/+8
* | | | | | | | | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-024-75/+50
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | nfsd: special case truncates some moreChristoph Hellwig2017-01-311-60/+37
| * | | | | | | | NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-313-15/+13
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-02-013-2/+36
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | fscache: Fix dead object requeueDavid Howells2017-01-311-2/+24
| * | | | | | | | fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-312-0/+11
| * | | | | | | | FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-01-311-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-01-311-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | cifs: initialize file_info_lockRabin Vincent2017-01-141-0/+1
* | | | | | | | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-283-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust2017-01-261-1/+1