summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | GFS2: Remove gl_list from glock structureBob Peterson2017-06-122-2/+0
| * | | GFS2: Withdraw when directory entry inconsistencies are detectedBob Peterson2017-06-121-1/+2
* | | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-132-18/+6
|\ \ \ \
| * | | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-052-18/+6
| | |_|/ | |/| |
* | | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-1/+1
|\ \ \ \ | |/ / /
| * | | gfs2: Make flush bios explicitely syncJan Kara2017-05-241-1/+1
| | |/ | |/|
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-093-7/+7
* | | gfs2: remove the unused sd_log_error fieldChristoph Hellwig2017-06-092-4/+1
|/ /
* | gfs2: replace CURRENT_TIME with current_timeStephen Rothwell2017-05-081-2/+2
|/
* Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-058-347/+518
|\
| * GFS2: Allow glocks to be unlocked after withdrawBob Peterson2017-05-051-2/+4
| * GFS2: Non-recursive deleteBob Peterson2017-04-193-292/+463
| * gfs2: Re-enable fallocate for the rindexAndrew Price2017-04-051-1/+5
| * Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher2017-04-032-7/+4
| * gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher2017-04-031-24/+21
| * GFS2: Temporarily zero i_no_addr when creating a dinodeBob Peterson2017-03-161-0/+1
| * gfs2: Don't pack struct lm_locknameAndreas Gruenbacher2017-03-162-3/+7
| * gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher2017-03-161-17/+9
| * gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher2017-03-161-1/+1
| * GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-162-1/+4
* | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-1/+0
* | gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3
|/
* gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-151-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-5/+6
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-5/+6
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
|/
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-4/+4
* Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-231-0/+5
|\
| * gfs2: Add missing rcu locking for glock lookupAndrew Price2017-02-231-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-11/+17
|\ \
| * | gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-02-171-11/+17
* | | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-1/+1
|\ \ \
| * | | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
| |/ /
* | | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-218-60/+105
|\ \ \ | |/ / |/| / | |/
| * gfs2: Make gfs2_write_full_page staticAndrew Price2017-02-031-2/+2
| * GFS2: Reduce contention on gfs2_log_lockBob Peterson2017-01-301-2/+11
| * GFS2: Inline function meta_lo_addBob Peterson2017-01-271-27/+22
OpenPOWER on IntegriCloud