summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-412/+937
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields-5/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-83/+156
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-390/+690
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman-3/+3
2012-07-31nfs: enable swap on NFSMel Gorman-30/+82
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman-14/+39
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman-28/+29
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim-1/+1
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V-2/+2
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li-5/+0
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-223/+330
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-31/+23
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown-0/+4
2012-07-31fs: Remove old freezing mechanismJan Kara-1/+0
2012-07-31ext2: Implement freezingJan Kara-1/+37
2012-07-31btrfs: Convert to new freezing mechanismJan Kara-5/+14
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara-10/+15
2012-07-31ntfs: Convert to new freezing mechanismJan Kara-1/+2
2012-07-31fuse: Convert to new freezing mechanismJan Kara-2/+2
2012-07-31gfs2: Convert to new freezing mechanismJan Kara-12/+7
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara-5/+29
2012-07-31xfs: Convert to new freezing codeJan Kara-16/+109
2012-07-31ext4: Convert to new freezing mechanismJan Kara-29/+23
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara-19/+13
2012-07-31fs: Skip atime update on frozen filesystemJan Kara-2/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara-24/+85
2012-07-31fs: Improve filesystem freezing handlingJan Kara-21/+230
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1746/+2054
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder-10/+12
2012-07-30ceph: fix potential double freeAlan Cox-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-300/+408
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov-0/+29
2012-07-30fs: cachefiles: add support for large files in filesystem cachingJustin Lecher-1/+1
2012-07-30proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni-3/+6
2012-07-30proc: environ_read() make sure offset points to environment address rangeDjalal Harouni-6/+7
2012-07-30coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang-7/+8
2012-07-30fat: refactor shortname parsingSteven J. Magnani-118/+137
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani-25/+24
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon-1/+1
2012-07-30nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko-10/+81
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi-2/+8
2012-07-30nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi-3/+7
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao-3/+0
2012-07-30nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko-0/+1
2012-07-30minixfs: fix block limit checkVladimir Serbinenko-1/+2
2012-07-30ext4: use memweight()Akinobu Mita-8/+1