Age | Commit message (Expand) | Author | Files | Lines |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 6 | -8/+8 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+3 |
2017-09-07 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -2/+4 |
2017-09-06 | Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 20 | -110/+321 |
2017-08-31 | gfs2: preserve i_mode if __gfs2_set_acl() fails | Ernesto A. Fernández | 1 | -5/+8 |
2017-08-31 | gfs2: don't return ENODATA in __gfs2_xattr_set unless replacing | Ernesto A. Fernández | 1 | -2/+6 |
2017-08-30 | GFS2: Fix non-recursive truncate bug | Bob Peterson | 1 | -3/+16 |
2017-08-30 | gfs2: constify rhashtable_params | Arvind Yadav | 1 | -1/+1 |
2017-08-30 | GFS2: Fix gl_object warnings | Andreas Gruenbacher | 1 | -1/+1 |
2017-08-26 | GFS2: Fix up some sparse warnings | Bob Peterson | 4 | -6/+9 |
2017-08-25 | gfs2: Silence gcc format-truncation warning | Andreas Gruenbacher | 2 | -4/+4 |
2017-08-25 | GFS2: Withdraw for IO errors writing to the journal or statfs | Bob Peterson | 5 | -5/+21 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 3 | -3/+3 |
2017-08-15 | gfs2: fix slab corruption during mounting and umounting gfs file system | Thomas Tai | 1 | -0/+1 |
2017-08-10 | gfs2: forcibly flush ail to relieve memory pressure | Abhi Das | 3 | -1/+18 |
2017-08-10 | gfs2: Clean up waiting on glocks | Andreas Gruenbacher | 1 | -20/+7 |
2017-08-10 | gfs2: Defer deleting inodes under memory pressure | Andreas Gruenbacher | 1 | -0/+21 |
2017-08-10 | gfs2: gfs2_evict_inode: Put glocks asynchronously | Andreas Gruenbacher | 3 | -3/+39 |
2017-08-10 | gfs2: Get rid of gfs2_set_nlink | Andreas Gruenbacher | 1 | -27/+1 |
2017-08-10 | gfs2: gfs2_glock_get: Wait on freeing glocks | Andreas Gruenbacher | 1 | -22/+104 |
2017-08-09 | gfs2: Fix trivial typos | Andreas Gruenbacher | 2 | -2/+2 |
2017-08-09 | GFS2: Delete debugfs files only after we evict the glocks | Bob Peterson | 2 | -1/+1 |
2017-08-09 | GFS2: Don't waste time locking lru_lock for non-lru glocks | Bob Peterson | 1 | -0/+3 |
2017-08-09 | GFS2: Don't bother trying to add rgrps to the lru list | Bob Peterson | 1 | -1/+0 |
2017-08-09 | GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode | Bob Peterson | 1 | -1/+10 |
2017-08-09 | GFS2: Clear gl_object if gfs2_create_inode fails | Bob Peterson | 1 | -1/+4 |
2017-08-01 | gfs2: convert to errseq_t based writeback error reporting for fsync | Jeff Layton | 1 | -2/+4 |
2017-07-21 | GFS2: Set gl_object in inode lookup only after block type check | Bob Peterson | 1 | -2/+2 |
2017-07-21 | GFS2: Introduce helper for clearing gl_object | Bob Peterson | 3 | -4/+38 |
2017-07-21 | gfs2: add flag REQ_PRIO for metadata I/O | Coly Li | 4 | -6/+11 |
2017-07-21 | GFS2: fix code parameter error in inode_go_lock | Wang Xibo | 1 | -1/+1 |
2017-07-19 | gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" | Andreas Gruenbacher | 1 | -2/+2 |
2017-07-19 | gfs2: Don't clear SGID when inheriting ACLs | Jan Kara | 1 | -13/+14 |
2017-07-17 | gfs2: Lock holder cleanup (fixup) | Andreas Gruenbacher | 1 | -2/+1 |
2017-07-17 | GFS2: Prevent double brelse in gfs2_meta_indirect_buffer | Bob Peterson | 1 | -1/+2 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 6 | -8/+8 |
2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+1 |
2017-07-08 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-07-07 | gfs2: Fix glock rhashtable rcu bug | Andreas Gruenbacher | 2 | -2/+10 |
2017-07-06 | buffer: set errors in mapping at the time that the error occurs | Jeff Layton | 1 | -1/+1 |
2017-07-06 | VFS: Provide empty name qstr | David Howells | 1 | -2/+1 |
2017-07-06 | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -102/+175 |
2017-07-05 | GFS2: constify attribute_group structures. | Arvind Yadav | 1 | -2/+2 |
2017-07-05 | gfs2: gfs2_create_inode: Keep glock across iput | Andreas Gruenbacher | 2 | -7/+15 |
2017-07-05 | gfs2: Clean up glock work enqueuing | Andreas Gruenbacher | 1 | -50/+74 |
2017-07-05 | gfs2: Protect gl->gl_object by spin lock | Andreas Gruenbacher | 9 | -21/+35 |
2017-07-05 | gfs2: Get rid of flush_delayed_work in gfs2_evict_inode | Andreas Gruenbacher | 5 | -12/+46 |
2017-06-20 | GFS2: Eliminate vestigial sd_log_flush_wrapped | Bob Peterson | 3 | -7/+1 |
2017-06-13 | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme... | Christoph Hellwig | 2 | -18/+6 |
2017-06-12 | GFS2: Remove gl_list from glock structure | Bob Peterson | 2 | -2/+0 |