summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-08-01vmscan: remove obsolete shrink_control commentMinchan Kim1-1/+1
2012-08-01hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V1-2/+2
2012-08-01mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
2012-07-31Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2012-07-31Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-1746/+2054
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds40-300/+408
2012-07-31c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov1-0/+29
2012-07-31fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2012-07-31proc: do not allow negative offsets on /proc/<pid>/environDjalal Harouni1-3/+6
2012-07-31proc: environ_read() make sure offset points to environment address rangeDjalal Harouni1-6/+7
2012-07-31coredump: fix wrong comments on core limits of pipe coredump caseJovi Zhang1-7/+8
2012-07-31fat: refactor shortname parsingSteven J. Magnani1-118/+137
2012-07-31fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani4-25/+24
2012-07-31hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1
2012-07-31nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko11-10/+81
2012-07-31nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-07-31nilfs2: fix timing issue between rmcp and chcp ioctlsRyusuke Konishi1-3/+7
2012-07-31nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao1-3/+0
2012-07-31nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko1-0/+1
2012-07-31minixfs: fix block limit checkVladimir Serbinenko1-1/+2
2012-07-31ext4: use memweight()Akinobu Mita1-8/+1
2012-07-31ext3: use memweight()Akinobu Mita2-12/+2
2012-07-31ext2: use memweight()Akinobu Mita2-12/+3
2012-07-31ocfs2: use memweight()Akinobu Mita1-6/+2
2012-07-31affs: use memweight()Akinobu Mita1-26/+2
2012-07-31qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-31btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches4-8/+50
2012-07-31coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-5/+5
2012-07-31fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2012-07-31fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-31ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-31nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-31NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-31NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-31nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-31Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-2415/+2457
2012-07-30xfs: wait for the write the superblock on unmountMark Tinguely2-0/+18
2012-07-30xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2-3/+33
2012-07-30xfs: remove iolock lock classesChristoph Hellwig3-33/+2
2012-07-30xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-30xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2-18/+15
2012-07-30xfs: remove xfs_inactive_attrsChristoph Hellwig1-61/+36
2012-07-30xfs: clean up xfs_inactiveChristoph Hellwig1-128/+43
2012-07-30xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-30xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-30xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-30xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig5-19/+10
2012-07-30xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-196/+563
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-3/+3