aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2014-01-25GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson
2014-01-09GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse
2014-01-09GFS2: don't hold s_umount over blkdev_putSteven Whitehouse
2013-06-03GFS2: Don't cache iopen glocksBob Peterson
2013-06-03GFS2: Fall back to vmalloc if kmalloc fails for dir hash tablesBob Peterson
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson
2013-06-03GFS2: Set log descriptor type for jdata blocksBob Peterson
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopSteven Whitehouse
2013-05-24GFS2: fix DLM depends to fix build errorsRandy Dunlap
2013-05-24GFS2: Use single-block reservations for directoriesBob Peterson
2013-05-24GFS2: two minor quota fixupsBob Peterson
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-29gfs2: Convert print_symbol to %pSRJoe Perches
2013-04-26GFS2: Flush work queue before clearing glock hash tablesBob Peterson
2013-04-10GFS2: Add origin indicator to glock demote tracingSteven Whitehouse
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson
2013-04-08GFS2: Use gfs2_dinode_out() in the inode create pathSteven Whitehouse
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse
2013-04-08GFS2: Clean up inode creation pathSteven Whitehouse
2013-04-05GFS2: Issue discards in 512b sectorsBob Peterson
2013-04-04GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse
2013-04-04GFS2: return error if malloc failed in gfs2_rs_alloc()Wei Yongjun
2013-04-04GFS2: use memchr_invAkinobu Mita
2013-04-04GFS2: use kmalloc for lvb bitmapDavid Teigland
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman
2013-02-13gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman
2013-02-13gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman
2013-02-13gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman
2013-02-13gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman
2013-02-13gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman
2013-02-13gfs2: Introduce qd2indexEric W. Biederman
2013-02-13gfs2: Report quotas in the caller's user namespace.Eric W. Biederman
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman
2013-02-13gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse