aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds144-881/+5012
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds6-0/+7
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+4
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton1-5/+5
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton2-2/+6
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds53-320/+317
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky4-17/+15
2012-03-21CIFS: Prepare credits code for a slot reservationPavel Shilovsky2-10/+26
2012-03-21CIFS: Make wait_for_free_request killablePavel Shilovsky1-1/+6
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky6-44/+60
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky5-33/+52
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the nextJeff Layton1-1/+2
2012-03-21NFS: fix sb->s_id in nfs debug printsVivek Trivedi1-1/+1
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland1-1/+1
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare3-0/+145
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker4-22/+24
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker4-19/+24
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker5-14/+24
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker5-18/+24
2012-03-21NFS: Fix more NFS debug related build warningsTrond Myklebust4-5/+12
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-30/+29
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-11/+10
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-15/+9
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-20debugfs-related mode_t whack-a-moleAl Viro2-2/+2
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett2-0/+39
2012-03-20hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-20qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro6-9/+1
2012-03-20trim includes in inode.cAl Viro1-11/+1
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro1-19/+21
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro1-0/+2
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro1-1/+4
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro3-13/+11
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro1-15/+5
2012-03-20configfs: sanitize configfs_create()Al Viro1-28/+27
2012-03-20configfs: kill configfs_sbAl Viro5-25/+26
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro4-15/+7
2012-03-20__register_binfmt() made voidAl Viro9-16/+18
2012-03-20autofs: set things up *before* registering fs typeAl Viro1-3/+3
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro1-53/+56
2012-03-209p: make register_filesystem() the last failure exitAl Viro1-8/+8
2012-03-20make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro1-1/+1
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro1-2/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro28-28/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro5-6/+0