aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * GFS2: Switch tr_touched to flag in transactionBob Peterson2017-01-274-18/+23
| * GFS2: Wake up io waiters whenever a flush is doneBob Peterson2017-01-061-1/+5
| * GFS2: Made logd daemon take into account log demandBob Peterson2017-01-053-2/+9
| * GFS2: Limit number of transaction blocks requested for truncatesBob Peterson2017-01-051-3/+26
| * GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2016-12-151-5/+7
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-246-6/+6
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-3/+1
|\ \ \
| * | | fix gfs2_stuffed_write_end() on short copiesAl Viro2016-12-101-3/+1
| |/ /
* | | writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-2/+1
* | | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-013-6/+6
* | | block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-20/+20
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-275-19/+19
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \ \