aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-03-134-5/+3
|\
| * GFS2: Skip check for mandatory locks when unlockingSachin Prabhu2010-03-111-1/+1
| * GFS2: Allow the number of committed revokes to temporarily be negativeBenjamin Marzinski2010-03-112-3/+2
| * GFS2: do not select QUOTAChristoph Hellwig2010-03-091-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-054-5/+10
|\ \
| * | quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-054-5/+10
* | | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-86/+27
|\ \ \
| * | | Switch gfs2 to nd_set_link()Al Viro2010-03-031-86/+27
| |/ /
* | | GFS2: print glock numbers in hexBob Peterson2010-03-011-1/+1
* | | GFS2: ordered writes are backwardsDave Chinner2010-03-011-2/+2
* | | GFS2: Remove loopy umount codeSteven Whitehouse2010-03-015-37/+4
* | | GFS2: Metadata address space clean upSteven Whitehouse2010-03-0113-95/+101
|/ /
* | GFS2: Fix bmap allocation corner-case bugSteven Whitehouse2010-02-121-1/+1
* | GFS2: Fix error codeAbhijith Das2010-02-121-1/+1
* | GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse2010-02-035-7/+17
* | GFS2: Wait for unlock completion on umountSteven Whitehouse2010-02-034-1/+13
|/
* GFS2: Use GFP_NOFS for alloc structureSteven Whitehouse2010-02-011-1/+1
* GFS2: Fix previous patchSteven Whitehouse2010-02-011-0/+1
* GFS2: Don't withdraw on partial rindex entriesBenjamin Marzinski2010-02-011-5/+0
* GFS2: Fix refcnt leak on gfs2_follow_link() error pathOGAWA Hirofumi2010-01-121-1/+2
* GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse2010-01-111-1/+1
* GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse2010-01-081-10/+11
* GFS2: Fix locking bug in renameSteven Whitehouse2010-01-081-2/+4
* GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse2010-01-081-2/+36
* Revert "task_struct: make journal_info conditional"Linus Torvalds2009-12-171-1/+0
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* sanitize xattr handler prototypesChristoph Hellwig2009-12-164-54/+41
* fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches2009-12-151-13/+3
* task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-151-0/+1
* GFS2: Fix glock refcount issuesSteven Whitehouse2009-12-031-13/+8
* writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang2009-12-031-12/+0
* 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/+1
* 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
* GFS2: Add set_xquota supportSteven Whitehouse2009-12-031-26/+172
* GFS2: Add get_xquota supportSteven Whitehouse2009-12-031-0/+43