summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-243-21/+36
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-101-1/+2
* libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-01-101-1/+2
* mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-102-21/+50
* ext4: Simplify DAX fault pathJan Kara2016-12-271-38/+10Star
* dax: Call ->iomap_begin without entry lock during dax faultJan Kara2016-12-271-55/+66
* dax: Finish fault completely when loading holesJan Kara2016-12-271-9/+18
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2016-12-271-17/+11Star
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-271-10/+61
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-271-2/+1Star
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-252-4/+3Star
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-253-3/+3
* ktime: Get rid of the unionThomas Gleixner2016-12-254-18/+17Star
* 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/+2Star
| * cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2016-12-141-32/+8Star
| * 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-031-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-232-44/+38Star
| |\ \
| | * | reorganize do_make_slave()Al Viro2016-12-162-38/+38
| | * | clone_private_mount() doesn't need to touch namespace_semAl Viro2016-12-161-2/+0Star
| | * | remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro2016-12-161-4/+0Star
| * | | ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-231-1/+1
| * | | fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-231-2/+8
| * | | seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-231-0/+7
| * | | vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-233-9/+13
| * | | move aio compat to fs/aio.cAl Viro2016-12-232-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/+47Star
| * | | | befs: remove signatures from commentsLuis de Bethencourt2016-12-223-7/+1Star
| * | | | befs: fix style issues in header filesLuis de Bethencourt2016-12-226-17/+12Star
| * | | | befs: fix style issues in linuxvfs.cLuis de Bethencourt2016-12-221-23/+26
| * | | | befs: fix typos in linuxvfs.cLuis de Bethencourt2016-12-221-8/+6Star
| * | | | 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
| * | | | NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
| * | | | NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-192-12/+12