aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the network namespace.Eric W. Biederman1-0/+3
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman5-11/+223
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds1-4/+4
2011-05-02Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-37/+16
2011-05-02UBIFS: seek journal heads to the latest bud in replayArtem Bityutskiy1-6/+12
2011-05-02UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy2-31/+4
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-110/+142
2011-04-28vfs: avoid large kmalloc()s for the fdtableAndrew Morton1-7/+11
2011-04-27nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton1-0/+9
2011-04-27NFS: Return meaningful status from decode_secinfo()Bryan Schumaker1-4/+7
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust1-17/+14
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi2-2/+2
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-15/+32
2011-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+10
2011-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-2/+3
2011-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds7-79/+128
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig2-20/+8
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks1-0/+6
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks4-16/+28
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh1-6/+9
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik1-1/+1
2011-04-25Btrfs: free bitmaps properly when evicting the cacheJosef Bacik1-4/+7
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan1-1/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba1-0/+1
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh2-0/+7
2011-04-25btrfs: fix wrong allocating flag when reading pageItaru Kitayama1-1/+1
2011-04-25Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh1-2/+5
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks6-59/+92
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks1-2/+2
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks1-2/+0
2011-04-24NFSv4: Ensure that clientid and session establishment can time outTrond Myklebust2-6/+8
2011-04-24NFSv4.1: Don't loop forever in nfs4_proc_create_sessionTrond Myklebust3-53/+39
2011-04-24Merge branch 'dcache-cleanup'Linus Torvalds1-26/+16
2011-04-24Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-8/+47
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds1-26/+16
2011-04-23vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds1-24/+21
2011-04-21CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky1-2/+3
2011-04-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+3
2011-04-21vfs: Pass setxattr(2) flags properlyJan Kara1-1/+1
2011-04-21UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-20Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+10
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable directoriesSachin Prabhu1-1/+8
2011-04-19Btrfs: do some plugging in the submit_bio threadsChris Mason1-0/+10
2011-04-19nfsd4: Fix filp leakOGAWA Hirofumi1-1/+1
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds9-34/+111