| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-05-20 | 1 | -2/+9 |
|\ |
|
| * | GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytes | Denys Vlasenko | 2016-04-12 | 1 | -1/+1 |
| * | GFS2: ignore unlock failures after withdraw | Benjamin Marzinski | 2016-03-24 | 1 | -1/+8 |
* | | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 2016-04-05 | 1 | -2/+2 |
|/ |
|
* | GFS2: Don't filter out I_FREEING inodes anymore | Bob Peterson | 2016-03-15 | 1 | -1/+1 |
* | GFS2: Prevent delete work from occurring on glocks used for create | Bob Peterson | 2016-03-15 | 1 | -0/+7 |
* | GFS2: Check if iopen is held when deleting inode | Bob Peterson | 2016-01-14 | 1 | -0/+1 |
* | GFS2: Reintroduce a timeout in function gfs2_gl_hash_clear | Bob Peterson | 2015-12-14 | 1 | -1/+3 |
* | GFS2: Reduce size of incore inode | Bob Peterson | 2015-12-14 | 1 | -5/+5 |
* | GFS2: Use rht_for_each_entry_rcu in glock_hash_walk | Andrew Price | 2015-11-16 | 1 | -2/+2 |
* | gfs2: Remove gl_spin define | Andreas Gruenbacher | 2015-10-29 | 1 | -42/+42 |
* | gfs2: A minor "sbstats" cleanup | Andreas Gruenbacher | 2015-09-03 | 1 | -7/+6 |
* | gfs2: Make statistics unsigned, suitable for use with do_div() | Ben Hutchings | 2015-09-03 | 1 | -11/+11 |
* | GFS2: Use resizable hash table for glocks | Bob Peterson | 2015-09-03 | 1 | -164/+100 |
* | GFS2: Move glock superblock pointer to field gl_name | Bob Peterson | 2015-09-03 | 1 | -17/+15 |
* | gfs2: Simplify the seq file code for "sbstats" | Andreas Gruenbacher | 2015-09-03 | 1 | -20/+11 |
* | GFS2: Don't add all glocks to the lru | Bob Peterson | 2015-06-18 | 1 | -1/+2 |
* | gfs2: incorrect check for debugfs returns | Chengyu Song | 2015-03-30 | 1 | -19/+28 |
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -1/+0 |
|\ |
|
| * | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -1/+0 |
* | | GFS2: Eliminate __gfs2_glock_remove_from_lru | Bob Peterson | 2015-01-09 | 1 | -10/+3 |
|/ |
|
* | GFS2: Deletion of unnecessary checks before two function calls | Markus Elfring | 2014-11-18 | 1 | -2/+1 |
* | GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0) | Fabian Frederick | 2014-10-08 | 1 | -2/+2 |
* | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar | 2014-07-28 | 1 | -5/+9 |
|\ |
|
| * | GFS2: Allow flocks to use normal glock dq rather than dq_wait | Bob Peterson | 2014-07-18 | 1 | -3/+1 |
| * | GFS2: Use GFP_NOFS when allocating glocks | Steven Whitehouse | 2014-07-18 | 1 | -2/+2 |
| * | GFS2: Fix race in glock lru glock disposal | Steven Whitehouse | 2014-07-18 | 1 | -3/+7 |
| * | GFS2: Only wait for demote when last holder is dequeued | Bob Peterson | 2014-07-18 | 1 | -1/+3 |
* | | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 1 | -23/+2 |
|/ |
|
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -4/+4 |
* | GFS2: Ensure workqueue is scheduled after noexp request | Bob Peterson | 2014-03-12 | 1 | -2/+6 |
* | GFS2: Use pr_<level> more consistently | Joe Perches | 2014-03-07 | 1 | -3/+5 |
* | GFS2: global conversion to pr_foo() | Fabian Frederick | 2014-03-06 | 1 | -9/+9 |
* | GFS2: Don't use ENOBUFS when ENOMEM is the correct error code | Steven Whitehouse | 2014-01-16 | 1 | -19/+10 |
* | GFS2: Fix unsafe dereference in dump_holder() | Tetsuo Handa | 2014-01-02 | 1 | -0/+2 |
* | GFS2: fix potential NULL pointer dereference | Michal Nazarewicz | 2013-11-21 | 1 | -1/+2 |
* | GFS2: Use lockref for glocks | Steven Whitehouse | 2013-10-15 | 1 | -43/+40 |
* | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 2013-09-10 | 1 | -11/+17 |
* | super: fix calculation of shrinkable objects for small numbers | Glauber Costa | 2013-09-10 | 1 | -1/+1 |
* | GFS2: Remove unnecessary memory barrier | Bob Peterson | 2013-09-04 | 1 | -1/+0 |
* | GFS2: Take glock reference in examine_bucket() | Steven Whitehouse | 2013-08-20 | 1 | -7/+5 |
* | GFS2: alloc_workqueue() doesn't return an ERR_PTR | Dan Carpenter | 2013-08-19 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2013-04-30 | 1 | -20/+8 |
|\ |
|
| * | GFS2: Flush work queue before clearing glock hash tables | Bob Peterson | 2013-04-26 | 1 | -0/+1 |
| * | GFS2: Add origin indicator to glock demote tracing | Steven Whitehouse | 2013-04-10 | 1 | -1/+1 |
| * | GFS2: Add origin indicator to glock callbacks | Steven Whitehouse | 2013-04-10 | 1 | -6/+6 |
| * | GFS2: Remove gfs2_refresh_inode from inode creation path | Steven Whitehouse | 2013-04-08 | 1 | -13/+0 |
* | | gfs2: Convert print_symbol to %pSR | Joe Perches | 2013-04-29 | 1 | -2/+2 |
|/ |
|
* | GFS2: Split glock lru processing into two parts | Steven Whitehouse | 2013-02-01 | 1 | -23/+67 |
* | GFS2: Separate LRU scanning from shrinker | Steven Whitehouse | 2013-01-29 | 1 | -11/+17 |