aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse5-60/+8
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse3-157/+71
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse1-2/+13
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse1-5/+0
2011-05-05GFS2: Double check link count under glockSteven Whitehouse2-8/+50
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse1-2/+6
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse1-6/+11
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski1-2/+8
2011-04-20GFS2: Add an AIL writeback tracepointSteven Whitehouse2-0/+30
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse8-90/+98
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse7-89/+119
2011-04-20GFS2: Improve tracing support (adds two flags)Steven Whitehouse4-6/+21
2011-04-20GFS2: Clean up fsync()Steven Whitehouse3-40/+57
2011-04-20GFS2: Remove unused macroSteven Whitehouse1-2/+0
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse5-27/+23
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse1-10/+5
2011-04-20GFS2: Make ->write_inode() really writeSteven Whitehouse1-6/+13
2011-04-20GFS2: move function foreach_leaf to gfs2_dir_exhash_deallocBob Peterson1-81/+65
2011-04-20GFS2: pass leaf_bh into leaf_deallocBob Peterson1-11/+24
2011-04-20GFS2: Combine transaction from gfs2_dir_exhash_deallocBob Peterson1-35/+14
2011-04-20GFS2: remove *leaf_call_t and simplify leaf_deallocBob Peterson1-8/+6
2011-04-20GFS2: Dump better debug info if a bitmap inconsistency is detectedBob Peterson1-4/+15
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds9-34/+111
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson6-21/+55
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2-2/+7
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski1-10/+48
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson1-1/+1
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2-6/+28
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason1-1/+1
2011-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-40/+62
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen1-0/+1
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V3-38/+11
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-04-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-58/+97
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds1-1/+1
2011-04-14ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney1-0/+1
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+5
2011-04-14fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy1-58/+94
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-13Btrfs: Check validity before setting an aclMiao Xie1-4/+5
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3