aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds29-1203/+1316
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski4-13/+18
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds33-1257/+1840
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds8-16/+35
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-06-10pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson1-14/+18
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds16-305/+639
2014-06-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-98/+158
2014-06-09nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-09NFSv4.1: Fix typo in dprintkTom Haynes1-1/+1
2014-06-09NFSv4.1: Comment is now wrong and redundant to codeTom Haynes1-4/+1
2014-06-08Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-2/+2
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds20-429/+494
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds213-4503/+2190
2014-06-07Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into nextLinus Torvalds4-81/+98
2014-06-08f2fs: support f2fs_fiemapJaegeuk Kim3-0/+8
2014-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+5
2014-06-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-06-06nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields1-1/+1
2014-06-06nfsd4: kill READ64J. Bruce Fields1-17/+16
2014-06-06nfsd4: kill READ32J. Bruce Fields1-128/+127
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-1/+1
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick4-43/+33
2014-06-06fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick1-17/+17
2014-06-06fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick1-4/+17
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2014-06-06fs/reiserfs/stree.c: remove obsolete __constantFabian Frederick1-4/+4
2014-06-06fs/reiserfs/bitmap.c: coding style fixesFabian Frederick1-7/+6
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-06-06ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-06nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2014-06-06lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-06fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick1-11/+15
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick8-54/+58
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick6-52/+39
2014-06-06fs/pstore: logging clean-upFabian Frederick2-29/+26
2014-06-06fs/affs: pr_debug cleanupFabian Frederick9-59/+74
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick4-23/+26
2014-06-06fs/affs/file.c: remove unnecessary function parametersFabian Frederick1-11/+13
2014-06-06fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick1-1/+1
2014-06-06fs/proc/task_mmu.c: replace seq_printf by seq_putsFabian Frederick1-4/+4
2014-06-06signals: jffs2: fix the wrong usage of disallow_signal()Oleg Nesterov1-5/+7
2014-06-06fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling1-1/+1
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2-77/+269
2014-06-06fs/hpfs: increase pr_warn levelFabian Frederick8-47/+47
2014-06-06fs/hpfs: use __func__ for loggingFabian Frederick2-12/+12
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick10-51/+56