aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-19GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse1-0/+4
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter1-4/+4
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski1-5/+13
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-1/+1
2013-08-19GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse1-1/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+2
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+2
2013-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-124/+282
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+12
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-2/+1
2013-06-29[readdir] constify ->actorAl Viro1-4/+4
2013-06-29[readdir] convert gfs2Al Viro4-51/+38
2013-06-27GFS2: Reserve journal space for quota change in do_growBob Peterson1-1/+3
2013-06-19GFS2: Fix fstrim boundary conditionsAbhijith Das1-6/+8
2013-06-19GFS2: fix warning messageBenjamin Marzinski1-1/+0
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski6-23/+78
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman7-23/+71
2013-06-14GFS2: fix regression in dir_double_exhashBob Peterson1-1/+2
2013-06-14GFS2: Add atomic_open supportSteven Whitehouse3-49/+146
2013-06-11GFS2: Only do one directory search on createSteven Whitehouse3-28/+25
2013-06-06GFS2: fix error propagation in init_threads()Alexey Khoroshilov1-4/+4
2013-06-05GFS2: Remove no-op wrapper functionSteven Whitehouse1-6/+1
2013-06-05GFS2: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-1/+1
2013-06-05GFS2: Eliminate gfs2_rg_lopsBob Peterson2-6/+0
2013-06-05GFS2: Sort buffer lists by inplace block numberBenjamin Marzinski1-0/+16
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-3/+2
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-21gfs2: use ->invalidatepage() length argumentLukas Czerner1-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-3/+5
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