aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara4-5/+29
2012-07-31xfs: Convert to new freezing codeJan Kara10-16/+109
2012-07-31ext4: Convert to new freezing mechanismJan Kara3-29/+23
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara3-19/+13
2012-07-31fs: Skip atime update on frozen filesystemJan Kara1-2/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara5-24/+85
2012-07-31fs: Improve filesystem freezing handlingJan Kara1-21/+230
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-3/+3
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-1746/+2054
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder2-10/+12
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds40-300/+408
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov1-0/+29
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-30proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni1-3/+6
2012-07-30proc: environ_read() make sure offset points to environment address rangeDjalal Harouni1-6/+7
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang1-7/+8
2012-07-30fat: refactor shortname parsingSteven J. Magnani1-118/+137
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani4-25/+24
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1
2012-07-30nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko11-10/+81
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-07-30nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi1-3/+7
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao1-3/+0
2012-07-30nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko1-0/+1
2012-07-30minixfs: fix block limit checkVladimir Serbinenko1-1/+2
2012-07-30ext4: use memweight()Akinobu Mita1-8/+1
2012-07-30ext3: use memweight()Akinobu Mita2-12/+2
2012-07-30ext2: use memweight()Akinobu Mita2-12/+3
2012-07-30ocfs2: use memweight()Akinobu Mita1-6/+2
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-30qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches4-8/+50
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2012-07-30fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-30libceph: move feature bits to separate headerSage Weil2-0/+2
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker21-108/+147
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker11-33/+25
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker12-24/+50
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker7-49/+48
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker7-12/+12
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker3-58/+10
2012-07-30NFS: Add version registering frameworkBryan Schumaker11-61/+282
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20