summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-12-0526-504/+961
|\
| * GFS2: Fix glock refcount issuesSteven Whitehouse2009-12-031-13/+8Star
| * writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang2009-12-031-12/+0Star
| * GFS2: drop rindex glock to refresh rindex listBenjamin Marzinski2009-12-031-2/+6
| * GFS2: Tag all metadata with jidSteven Whitehouse2009-12-034-2/+8
| * GFS2: Locking order fix in gfs2_check_blk_stateSteven Whitehouse2009-12-031-4/+10
| * GFS2: Remove dirent_first() functionSteven Whitehouse2009-12-031-33/+1Star
| * GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse2009-12-031-0/+3
| * GFS2: add barrier/nobarrier mount optionsChristoph Hellwig2009-12-033-0/+17
| * GFS2: remove division from new statfs codeBenjamin Marzinski2009-12-031-8/+9
| * GFS2: Improve statfs and quota usabilityBenjamin Marzinski2009-12-035-10/+100
| * GFS2: Use dquot_send_warning()Steven Whitehouse2009-12-031-1/+9
| * VFS: Export dquot_send_warningSteven Whitehouse2009-12-033-85/+103
| * GFS2: Add set_xquota supportSteven Whitehouse2009-12-031-26/+172
| * GFS2: Add get_xquota supportSteven Whitehouse2009-12-031-0/+43
| * GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse2009-12-031-56/+26Star
| * GFS2: Remove constant argument from qd_get()Steven Whitehouse2009-12-031-4/+4
| * GFS2: Remove constant argument from qdsb_get()Steven Whitehouse2009-12-031-6/+6
| * GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse2009-12-031-4/+6
| * GFS2: Add get_xstate quota functionSteven Whitehouse2009-12-031-0/+23
| * GFS2: Remove obsolete code in quota.cSteven Whitehouse2009-12-032-17/+5Star
| * GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse2009-12-034-0/+10
| * GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse2009-12-035-10/+12
| * VFS: Use GFP_NOFS in posix_acl_from_xattr()Steven Whitehouse2009-12-031-1/+1
| * GFS2: Add cached ACLs supportSteven Whitehouse2009-12-031-2/+25
| * GFS2: Clean up ACLsSteven Whitehouse2009-12-035-100/+132
| * GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse2009-12-031-35/+11Star
| * GFS2: Use forget_all_cached_acls()Steven Whitehouse2009-12-031-1/+4
| * GFS2: Fix up system xattrsSteven Whitehouse2009-12-033-92/+120
| * GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)Steven Whitehouse2009-12-033-26/+127
| * GFS2: Fix potential race in glock codeSteven Whitehouse2009-12-031-2/+8
* | Merge branch 'master' into nextJames Morris2009-12-03162-1885/+4679
|\|
| * CacheFiles: Update IMA counters when using dentry_openMarc Dionne2009-12-011-0/+2
| * 9p: fix build breakage introduced by FS-CacheDavid Howells2009-12-011-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-302-5/+12
| |\
| | * [CIFS] Fix sparse warningSteve French2009-11-252-1/+10
| | * [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-241-2/+0Star
| | * [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-241-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-11-301-0/+3
| |\ \
| | * | fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-11-271-0/+3
| * | | jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse2009-11-301-3/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-11-3021-209/+1322
| |\ \ \ | | |/ / | |/| |
| | * | FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells2009-11-201-0/+1
| | * | SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells2009-11-201-0/+1
| | * | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells2009-11-201-1/+1
| | * | CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells2009-11-191-2/+3
| | * | CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-195-23/+85
| | * | CacheFiles: Better showing of debugging information in active object problemsDavid Howells2009-11-191-27/+75
| | * | CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells2009-11-191-2/+2
| | * | CacheFiles: Handle truncate unlocking the page we're readingDavid Howells2009-11-191-6/+93