Age | Commit message (Expand) | Author | Files | Lines |
2012-08-01 | vmscan: remove obsolete shrink_control comment | Minchan Kim | 1 | -1/+1 |
2012-08-01 | hugetlb: use mmu_gather instead of a temporary linked list for accumulating p... | Aneesh Kumar K.V | 1 | -2/+2 |
2012-08-01 | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads | Wanpeng Li | 1 | -5/+0 |
2012-07-31 | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+3 |
2012-07-31 | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 33 | -1746/+2054 |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 40 | -300/+408 |
2012-07-31 | c/r: fcntl: add F_GETOWNER_UIDS option | Cyrill Gorcunov | 1 | -0/+29 |
2012-07-31 | fs: cachefiles: add support for large files in filesystem caching | Justin Lecher | 1 | -1/+1 |
2012-07-31 | proc: do not allow negative offsets on /proc/<pid>/environ | Djalal Harouni | 1 | -3/+6 |
2012-07-31 | proc: environ_read() make sure offset points to environment address range | Djalal Harouni | 1 | -6/+7 |
2012-07-31 | coredump: fix wrong comments on core limits of pipe coredump case | Jovi Zhang | 1 | -7/+8 |
2012-07-31 | fat: refactor shortname parsing | Steven J. Magnani | 1 | -118/+137 |
2012-07-31 | fat: accessors for msdos_dir_entry 'start' fields | Steven J. Magnani | 4 | -25/+24 |
2012-07-31 | hfsplus: use -ENOMEM when kzalloc() fails | Namjae Jeon | 1 | -1/+1 |
2012-07-31 | nilfs2: add omitted comments for different structures in driver implementation | Vyacheslav Dubeyko | 11 | -10/+81 |
2012-07-31 | nilfs2: fix deadlock issue between chcp and thaw ioctls | Ryusuke Konishi | 4 | -2/+8 |
2012-07-31 | nilfs2: fix timing issue between rmcp and chcp ioctls | Ryusuke Konishi | 1 | -3/+7 |
2012-07-31 | nilfs2: remove references to long gone super operations | Fernando Luis Vazquez Cao | 1 | -3/+0 |
2012-07-31 | nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure | Vyacheslav Dubeyko | 1 | -0/+1 |
2012-07-31 | minixfs: fix block limit check | Vladimir Serbinenko | 1 | -1/+2 |
2012-07-31 | ext4: use memweight() | Akinobu Mita | 1 | -8/+1 |
2012-07-31 | ext3: use memweight() | Akinobu Mita | 2 | -12/+2 |
2012-07-31 | ext2: use memweight() | Akinobu Mita | 2 | -12/+3 |
2012-07-31 | ocfs2: use memweight() | Akinobu Mita | 1 | -6/+2 |
2012-07-31 | affs: use memweight() | Akinobu Mita | 1 | -26/+2 |
2012-07-31 | qnx4fs: use memweight() | Akinobu Mita | 1 | -19/+5 |
2012-07-31 | btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout | Joe Perches | 4 | -8/+50 |
2012-07-31 | coredump: warn about unsafe suid_dumpable / core_pattern combo | Kees Cook | 1 | -5/+5 |
2012-07-31 | fs: make dumpable=2 require fully qualified path | Kees Cook | 1 | -3/+14 |
2012-07-31 | fs/xattr.c:getxattr(): improve handling of allocation failures | Sasha Levin | 1 | -4/+12 |
2012-07-31 | ntfs: remove references to long gone super operations and unimplemented methods | Fernando Luis Vazquez Cao | 1 | -17/+0 |
2012-07-31 | nfs: fix fl_type tests in NFSv4 code | Jeff Layton | 2 | -2/+2 |
2012-07-31 | NFS: fix pnfs regression with directio writes | Fred Isaman | 1 | -2/+2 |
2012-07-31 | NFS: fix pnfs regression with directio reads | Fred Isaman | 1 | -1/+1 |
2012-07-31 | nfs: fix stub return type warnings | Randy Dunlap | 1 | -1/+1 |
2012-07-31 | Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 46 | -2415/+2457 |
2012-07-30 | xfs: wait for the write the superblock on unmount | Mark Tinguely | 2 | -0/+18 |
2012-07-30 | xfs: re-enable xfsaild idle mode and fix associated races | Brian Foster | 2 | -3/+33 |
2012-07-30 | xfs: remove iolock lock classes | Christoph Hellwig | 3 | -33/+2 |
2012-07-30 | xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes | Christoph Hellwig | 1 | -14/+10 |
2012-07-30 | xfs: do not take the iolock in xfs_inactive | Christoph Hellwig | 2 | -18/+15 |
2012-07-30 | xfs: remove xfs_inactive_attrs | Christoph Hellwig | 1 | -61/+36 |
2012-07-30 | xfs: clean up xfs_inactive | Christoph Hellwig | 1 | -128/+43 |
2012-07-30 | xfs: do not read the AGI buffer in xfs_dialloc until nessecary | Christoph Hellwig | 1 | -58/+69 |
2012-07-30 | xfs: refactor xfs_ialloc_ag_select | Christoph Hellwig | 1 | -51/+44 |
2012-07-30 | xfs: add a short cut to xfs_dialloc for the non-NULL agbp case | Christoph Hellwig | 1 | -21/+26 |
2012-07-30 | xfs: remove the alloc_done argument to xfs_dialloc | Christoph Hellwig | 5 | -19/+10 |
2012-07-30 | xfs: split xfs_dialloc | Christoph Hellwig | 1 | -175/+174 |
2012-07-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 14 | -196/+563 |
2012-07-27 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2 | -3/+3 |