summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-27trivial select_parent documentation fixJ. Bruce Fields
2012-09-24GFS2: Write out dirty inode metadata in delayed deletesBenjamin Marzinski
2012-09-24GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_glEric Sandeen
2012-09-24GFS2: Fix infinite loop in rbm_findBob Peterson
2012-09-24GFS2: Consolidate free block searching functionsSteven Whitehouse
2012-09-24GFS2: Get rid of I_MUTEX_QUOTA usageJan Kara
2012-09-24GFS2: Stop block extents at the end of bitmapsBob Peterson
2012-09-24GFS2: Fix unclaimed_blocks() wrapping bug and clean upSteven Whitehouse
2012-09-24GFS2: Improve block reservation tracingSteven Whitehouse
2012-09-24GFS2: Fall back to ignoring reservations, if there are no other blocks leftSteven Whitehouse
2012-09-24GFS2: Fix ->show_options() for statfs slowSteven Whitehouse
2012-09-24GFS2: Use rbm for gfs2_setbit()Steven Whitehouse
2012-09-24GFS2: Use rbm for gfs2_testbit()Steven Whitehouse
2012-09-24GFS2: Eliminate unnecessary check for state > 3 in bitfitBob Peterson
2012-09-24GFS2: Eliminate redundant calls to may_grantBob Peterson
2012-09-24GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demoteBob Peterson
2012-09-24GFS2: Combine functions gfs2_glock_wait and wait_on_holderBob Peterson
2012-09-24GFS2: inline __gfs2_glock_schedule_for_reclaimBob Peterson
2012-09-24GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dqBob Peterson
2012-09-24GFS2: rbm code cleanupBob Peterson
2012-09-24GFS2: Fix case where reservation finished at end of rgrpSteven Whitehouse
2012-09-24GFS2: Use RB_CLEAR_NODE() rather than rb_init_node()Michel Lespinasse
2012-09-24GFS2: Update rgblk_free() to use rbmSteven Whitehouse
2012-09-24GFS2: Update gfs2_get_block_type() to use rbmSteven Whitehouse
2012-09-24GFS2: Replace rgblk_search with gfs2_rbm_findSteven Whitehouse
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse
2012-09-24GFS2: Merge two nearly identical xattr functionsSteven Whitehouse
2012-09-22close the race in nlmsvc_free_block()Al Viro
2012-09-22do_add_mount()/umount -l racesAl Viro
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes
2012-09-21fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo
2012-09-21btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2012-09-14Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-14Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason
2012-09-14vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks