aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] constify ->actorAl Viro1-4/+4
2013-06-29[readdir] convert gfs2Al Viro4-51/+38
2013-06-03GFS2: Don't cache iopen glocksBob Peterson2-1/+6
2013-06-03GFS2: Fall back to vmalloc if kmalloc fails for dir hash tablesBob Peterson1-10/+33
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson3-11/+29
2013-06-03GFS2: Set log descriptor type for jdata blocksBob Peterson1-1/+3
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopSteven Whitehouse1-1/+1
2013-05-24GFS2: fix DLM depends to fix build errorsRandy Dunlap1-1/+1
2013-05-24GFS2: Use single-block reservations for directoriesBob Peterson1-2/+7
2013-05-24GFS2: two minor quota fixupsBob Peterson1-2/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+2
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-242/+188
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+4
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches2-3/+4
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson1-0/+1
2013-04-10GFS2: Add origin indicator to glock demote tracingSteven Whitehouse2-5/+8
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse3-9/+9
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski7-72/+94
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson4-11/+11
2013-04-08GFS2: Use gfs2_dinode_out() in the inode create pathSteven Whitehouse1-35/+9
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse3-58/+35
2013-04-08GFS2: Clean up inode creation pathSteven Whitehouse2-69/+38
2013-04-05GFS2: Issue discards in 512b sectorsBob Peterson1-17/+13
2013-04-04GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse1-1/+4
2013-04-04GFS2: return error if malloc failed in gfs2_rs_alloc()Wei Yongjun1-1/+1
2013-04-04GFS2: use memchr_invAkinobu Mita1-6/+2
2013-04-04GFS2: use kmalloc for lvb bitmapDavid Teigland2-13/+19
2013-03-23block: Add bio_end_sector()Kent Overstreet1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+20
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-9/+9
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds11-118/+104
2013-02-22new helper: file_inode(file)Al Viro2-10/+9
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman3-6/+6
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman3-11/+16
2013-02-13gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman3-9/+10
2013-02-13gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman1-20/+5
2013-02-13gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman2-46/+26
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman3-5/+16
2013-02-13gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman1-6/+7
2013-02-13gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman1-3/+5
2013-02-13gfs2: Introduce qd2indexEric W. Biederman1-2/+8
2013-02-13gfs2: Report quotas in the caller's user namespace.Eric W. Biederman1-1/+1
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman7-14/+15
2013-02-13gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman1-6/+0
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse4-1/+28
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4