summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-10GFS2: Inode.c is empty now, remove itSteven Whitehouse
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse
2011-05-05GFS2: Double check link count under glockSteven Whitehouse
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski
2011-04-20GFS2: Add an AIL writeback tracepointSteven Whitehouse
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse
2011-04-20GFS2: Improve tracing support (adds two flags)Steven Whitehouse
2011-04-20GFS2: Clean up fsync()Steven Whitehouse
2011-04-20GFS2: Remove unused macroSteven Whitehouse
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse
2011-04-20GFS2: Make ->write_inode() really writeSteven Whitehouse
2011-04-20GFS2: move function foreach_leaf to gfs2_dir_exhash_deallocBob Peterson
2011-04-20GFS2: pass leaf_bh into leaf_deallocBob Peterson
2011-04-20GFS2: Combine transaction from gfs2_dir_exhash_deallocBob Peterson
2011-04-20GFS2: remove *leaf_call_t and simplify leaf_deallocBob Peterson
2011-04-20GFS2: Dump better debug info if a bitmap inconsistency is detectedBob Peterson
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson
2011-04-18Btrfs: fix free space cache leakChris Mason
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason
2011-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason
2011-04-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds
2011-04-14ramfs: fix memleak on no-mmu archBob Liu
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina