summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-08-19ext4: replace plain integer with NULL in super.cSachin Kamat1-1/+1
2012-08-18ext4: drop lock_super()/unlock_super()Theodore Ts'o1-10/+1
2012-08-17ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o1-1/+3
2012-08-17ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong1-14/+11
2012-08-17ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong1-5/+0
2012-08-17ext4: check return value of blkdev_issue_flush()Theodore Ts'o1-3/+6
2012-08-17jbd2: check return value of blkdev_issue_flush()Theodore Ts'o1-2/+5
2012-08-17ext4: make the zero-out chunk size tunableZheng Liu3-12/+19
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o3-0/+15
2012-08-17ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o1-3/+6
2012-08-17ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o1-14/+58
2012-08-17ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1
2012-08-17ext4: fix long mount times on very big file systemsTheodore Ts'o1-0/+4
2012-08-17ext4: don't call ext4_error while block group is lockedTheodore Ts'o2-26/+37
2012-08-06ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-06ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2-1/+3
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-66/+40
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-316/+158
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-158/+270
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds57-412/+937
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-5/+1
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds11-83/+156
2012-08-01Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-390/+690
2012-08-01nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-08-01nfs: enable swap on NFSMel Gorman3-30/+82
2012-08-01nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-08-01nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
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-08-01Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-223/+330
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-31/+23
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown1-0/+4
2012-07-31fs: Remove old freezing mechanismJan Kara1-1/+0
2012-07-31ext2: Implement freezingJan Kara2-1/+37
2012-07-31btrfs: Convert to new freezing mechanismJan Kara4-5/+14
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara3-10/+15
2012-07-31ntfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-31gfs2: Convert to new freezing mechanismJan Kara2-12/+7
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-31Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3