aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina37-64/+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 git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds26-504/+961
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2-2/+2
2009-12-04reiserfs: fix misspelling of "journaled"Adam Buchbinder1-1/+1
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano1-4/+0
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa26-31/+31
2009-12-04fs/debugfs/inode.c: fix comment typosAlberto Bertogli1-3/+3
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König3-3/+3
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-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
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk1-0/+3
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-2/+2
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-2/+1