aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds16-163/+420
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-68/+143
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-749/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds10-136/+60
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+28
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller31-537/+991
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds26-504/+961
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang2-17/+1
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang2-1/+2
2009-12-03writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang1-18/+0
2009-12-03Merge branch 'master' into for-2.6.33Jens Axboe72-449/+1896
2009-12-03GFS2: Fix glock refcount issuesSteven Whitehouse1-13/+8
2009-12-03writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang1-12/+0
2009-12-03GFS2: drop rindex glock to refresh rindex listBenjamin Marzinski1-2/+6
2009-12-03GFS2: Tag all metadata with jidSteven Whitehouse4-2/+8
2009-12-03GFS2: Locking order fix in gfs2_check_blk_stateSteven Whitehouse1-4/+10
2009-12-03GFS2: Remove dirent_first() functionSteven Whitehouse1-33/+1
2009-12-03GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse1-0/+3
2009-12-03GFS2: add barrier/nobarrier mount optionsChristoph Hellwig3-0/+17
2009-12-03GFS2: remove division from new statfs codeBenjamin Marzinski1-8/+9
2009-12-03GFS2: Improve statfs and quota usabilityBenjamin Marzinski5-10/+100
2009-12-03GFS2: Use dquot_send_warning()Steven Whitehouse1-1/+9
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse3-85/+103
2009-12-03GFS2: Add set_xquota supportSteven Whitehouse1-26/+172
2009-12-03GFS2: Add get_xquota supportSteven Whitehouse1-0/+43
2009-12-03GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse1-56/+26
2009-12-03GFS2: Remove constant argument from qd_get()Steven Whitehouse1-4/+4
2009-12-03GFS2: Remove constant argument from qdsb_get()Steven Whitehouse1-6/+6
2009-12-03GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse1-4/+6
2009-12-03GFS2: Add get_xstate quota functionSteven Whitehouse1-0/+23
2009-12-03GFS2: Remove obsolete code in quota.cSteven Whitehouse2-17/+5
2009-12-03GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse4-0/+10
2009-12-03GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse5-10/+12
2009-12-03VFS: Use GFP_NOFS in posix_acl_from_xattr()Steven Whitehouse1-1/+1
2009-12-03GFS2: Add cached ACLs supportSteven Whitehouse1-2/+25
2009-12-03GFS2: Clean up ACLsSteven Whitehouse5-100/+132
2009-12-03GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse1-35/+11
2009-12-03GFS2: Use forget_all_cached_acls()Steven Whitehouse1-1/+4
2009-12-03GFS2: Fix up system xattrsSteven Whitehouse3-92/+120
2009-12-03GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)Steven Whitehouse3-26/+127
2009-12-03GFS2: Fix potential race in glock codeSteven Whitehouse1-2/+8
2009-12-03Merge branch 'master' into nextJames Morris162-1885/+4679
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-4/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller31-242/+1426
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne1-0/+2
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+12
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+3
2009-11-30jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse1-3/+6
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds21-209/+1322