aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-07-31nfs: enable swap on NFSMel Gorman3-30/+82
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim1-1/+1
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V1-2/+2
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
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-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-30nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-30nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-2415/+2457
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely2-0/+18
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2-3/+33
2012-07-29xfs: remove iolock lock classesChristoph Hellwig3-33/+2
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2-18/+15
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig1-61/+36
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig1-128/+43
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26