summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1420-131/+187
|\
| * fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-10-311-5/+2
| * ext4: switch to fscrypt_prepare_setattr()Eric Biggers2017-10-181-8/+4
| * ext4: switch to fscrypt_prepare_lookup()Eric Biggers2017-10-181-16/+6
| * ext4: switch to fscrypt_prepare_rename()Eric Biggers2017-10-181-26/+7
| * ext4: switch to fscrypt_prepare_link()Eric Biggers2017-10-181-3/+4
| * ext4: switch to fscrypt_file_open()Eric Biggers2017-10-181-19/+4
| * fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2017-10-181-0/+18
| * fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers2017-10-181-0/+30
| * fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers2017-10-181-0/+15
| * fscrypt: new helper function - fscrypt_file_open()Eric Biggers2017-10-182-1/+50
| * fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-183-11/+6
| * fscrypt: remove ->is_encrypted()Eric Biggers2017-10-185-13/+2
| * fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers2017-10-184-7/+6
| * fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-186-6/+21
| * fscrypt: clean up include file messDave Chinner2017-10-184-16/+12
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-108/+17
|\ \
| * | cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * | fscrypt: move to generic async completionGilad Ben-Yossef2017-11-034-82/+13
| |/
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-1/+2
|\ \
| * | tty fix oops when rmmod 8250nixiaoming2017-10-201-1/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-134-12/+7
|\ \ \
| * | | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
| * | | fs/ncpfs: Convert timers to use timer_setup()Kees Cook2017-11-023-7/+5
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08536-260/+982
| |\ \ \
| * | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-1322-54/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07503-81/+653
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-2517-26/+27
| * | | | | locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+0
| * | | | | locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+9
| * | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-243-4/+4
| * | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-2437-179/+329
| |\ \ \ \ \
| * | | | | | locking/rwsem, fs: Use killable down_read() in iterate_dir()Kirill Tkhai2017-10-101-6/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ima: call ima_file_free() prior to calling fasyncMimi Zohar2017-11-081-1/+1
| * | | | | vfs: fix mounting a filesystem with i_versionMimi Zohar2017-11-081-1/+2
* | | | | | fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz2017-11-031-1/+4
* | | | | | ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-031-6/+18
* | | | | | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
* | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02485-0/+485
|\ \ \ \ \ \
| * | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02485-0/+485
| | |_|/ / / | |/| | | |
* | | | | | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | | | | | Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-10-288-34/+77
|\ \ \ \ \ \
| * | | | | | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
| * | | | | | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
| * | | | | | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
| * | | | | | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2