summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-251-9/+5
|\
| * gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-146-8/+8
|\ \ | |/ |/|
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-176-8/+8
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-073-3/+3
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-233-3/+3
| |/
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+4
|\ \
| * | gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton2017-08-011-2/+4
| |/
* | Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0620-110/+321
|\ \ | |/ |/|
| * gfs2: preserve i_mode if __gfs2_set_acl() failsErnesto A. Fernández2017-08-311-5/+8
| * gfs2: don't return ENODATA in __gfs2_xattr_set unless replacingErnesto A. Fernández2017-08-311-2/+6
| * GFS2: Fix non-recursive truncate bugBob Peterson2017-08-301-3/+16
| * gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1
| * GFS2: Fix gl_object warningsAndreas Gruenbacher2017-08-301-1/+1
| * GFS2: Fix up some sparse warningsBob Peterson2017-08-254-6/+9
| * gfs2: Silence gcc format-truncation warningAndreas Gruenbacher2017-08-252-4/+4
| * GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-255-5/+21
| * gfs2: fix slab corruption during mounting and umounting gfs file systemThomas Tai2017-08-151-0/+1
| * gfs2: forcibly flush ail to relieve memory pressureAbhi Das2017-08-103-1/+18
| * gfs2: Clean up waiting on glocksAndreas Gruenbacher2017-08-101-20/+7
| * gfs2: Defer deleting inodes under memory pressureAndreas Gruenbacher2017-08-101-0/+21
| * gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-103-3/+39
| * gfs2: Get rid of gfs2_set_nlinkAndreas Gruenbacher2017-08-101-27/+1
| * gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher2017-08-101-22/+104
| * gfs2: Fix trivial typosAndreas Gruenbacher2017-08-092-2/+2
| * GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-092-1/+1
| * GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson2017-08-091-0/+3
| * GFS2: Don't bother trying to add rgrps to the lru listBob Peterson2017-08-091-1/+0
| * GFS2: Clear gl_object when deleting an inode in gfs2_delete_inodeBob Peterson2017-08-091-1/+10
| * GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson2017-08-091-1/+4
| * GFS2: Set gl_object in inode lookup only after block type checkBob Peterson2017-07-211-2/+2
| * GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-213-4/+38
| * gfs2: add flag REQ_PRIO for metadata I/OColy Li2017-07-214-6/+11
| * GFS2: fix code parameter error in inode_go_lockWang Xibo2017-07-211-1/+1
| * gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher2017-07-191-2/+2
| * gfs2: Don't clear SGID when inheriting ACLsJan Kara2017-07-191-13/+14
| * gfs2: Lock holder cleanup (fixup)Andreas Gruenbacher2017-07-171-2/+1
| * GFS2: Prevent double brelse in gfs2_meta_indirect_bufferBob Peterson2017-07-171-1/+2
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+1
|\ \ | |/ |/|
| * VFS: Provide empty name qstrDavid Howells2017-07-061-2/+1
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\ \
| * | buffer: set errors in mapping at the time that the error occursJeff Layton2017-07-061-1/+1
* | | gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-072-2/+10
* | | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-0514-102/+175
|\ \ \
| * | | GFS2: constify attribute_group structures.Arvind Yadav2017-07-051-2/+2
| * | | gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2017-07-052-7/+15
| * | | gfs2: Clean up glock work enqueuingAndreas Gruenbacher2017-07-051-50/+74
| * | | gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-059-21/+35
| * | | gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-055-12/+46
| * | | GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson2017-06-203-7/+1