summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fscrypt: fix renaming and linking special filesEric Biggers2016-12-311-0/+5
* fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o2016-12-271-1/+2
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-252-4/+3
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-253-3/+3
* ktime: Get rid of the unionThomas Gleixner2016-12-254-18/+17
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2496-96/+96
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-2414-90/+177
|\
| * cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-154-5/+7
| * Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-153-5/+18
| * cifs: use %16phN for formatting md5 sumRasmus Villemoes2016-12-151-7/+2
| * cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2016-12-141-32/+8
| * CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-054-6/+19
| * CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-055-31/+85
| * CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2016-12-051-1/+1
| * CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2016-12-051-1/+1
| * CIFS: Decrease verbosity of ioctl callPavel Shilovsky2016-12-021-1/+1
| * SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-012-3/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-2310-133/+162
|\ \
| * \ Merge branch 'work.namespace' into for-linusAl Viro2016-12-222-44/+38
| |\ \
| | * | reorganize do_make_slave()Al Viro2016-12-162-38/+38
| | * | clone_private_mount() doesn't need to touch namespace_semAl Viro2016-12-161-2/+0
| | * | remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro2016-12-161-4/+0
| * | | ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-221-1/+1
| * | | fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-221-2/+8
| * | | seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-221-0/+7
| * | | vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-223-9/+13
| * | | move aio compat to fs/aio.cAl Viro2016-12-222-77/+95
* | | | Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-12-2313-116/+145
|\ \ \ \
| * | | | befs: add NFS export supportLuis de Bethencourt2016-12-221-0/+38
| * | | | befs: remove trailing whitespacesLuis de Bethencourt2016-12-227-48/+47
| * | | | befs: remove signatures from commentsLuis de Bethencourt2016-12-223-7/+1
| * | | | befs: fix style issues in header filesLuis de Bethencourt2016-12-226-17/+12
| * | | | befs: fix style issues in linuxvfs.cLuis de Bethencourt2016-12-221-23/+26
| * | | | befs: fix typos in linuxvfs.cLuis de Bethencourt2016-12-221-8/+6
| * | | | befs: fix style issues in io.cLuis de Bethencourt2016-12-221-2/+2
| * | | | befs: fix style issues in inode.cLuis de Bethencourt2016-12-221-6/+6
| * | | | befs: fix style issues in debug.cLuis de Bethencourt2016-12-221-6/+8
* | | | | splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds2016-12-211-2/+7
* | | | | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-2111-109/+166
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-192-4/+15