| Commit message (Expand) | Author | Age | Files | Lines |
* | gfs2: add validation checks for size of superblock | Anant Thazhemadam | 2020-11-10 | 1 | -7/+11 |
* | gfs2: Allow lock_nolock mount to specify jid=X | Bob Peterson | 2020-06-30 | 1 | -1/+1 |
* | gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd | Andrew Price | 2018-12-01 | 1 | -1/+1 |
* | gfs2_meta: ->mount() can get NULL dev_name | Al Viro | 2018-11-13 | 1 | -0/+3 |
* | GFS2: use BIT() macro | Fabian Frederick | 2016-08-02 | 1 | -4/+4 |
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -1/+2 |
|\ |
|
| * | gfs2: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -1/+1 |
| * | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -1/+2 |
* | | gfs2: Fix gfs2_lookup_by_inum lock inversion | Andreas Gruenbacher | 2016-06-27 | 1 | -1/+2 |
|/ |
|
* | parallel lookups: actual switch to rwsem | Al Viro | 2016-05-02 | 1 | -1/+1 |
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 1 | -1/+1 |
* | GFS2: Eliminate parameter non_block on gfs2_inode_lookup | Bob Peterson | 2016-03-15 | 1 | -1/+1 |
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-12 | 1 | -2/+4 |
|\ |
|
| * | gfs2: change gfs2 readdir cookie | Benjamin Marzinski | 2015-12-14 | 1 | -0/+3 |
| * | GFS2: Delete an unnecessary check before the function call "iput" | Markus Elfring | 2015-11-16 | 1 | -2/+1 |
* | | fs: use block_device name vsprintf helper | Dmitry Monakhov | 2016-01-06 | 1 | -3/+1 |
|/ |
|
* | GFS2: Set s_mode before parsing mount options | Andrew Price | 2015-09-23 | 1 | -1/+3 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -3/+3 |
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-06-27 | 1 | -0/+1 |
|\ |
|
| * | GFS2: mark the journal idle to fix ro mounts | Benjamin Marzinski | 2015-05-01 | 1 | -0/+1 |
* | | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -4/+4 |
|/ |
|
* | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -1/+0 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-12-10 | 1 | -0/+1 |
|\ |
|
| * | gfs2: Set allowed quota types | Jan Kara | 2014-11-10 | 1 | -0/+1 |
* | | GFS2: update freeze code to use freeze/thaw_super on all nodes | Benjamin Marzinski | 2014-11-17 | 1 | -13/+5 |
|/ |
|
* | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 1 | -9/+2 |
* | GFS2: Prevent recovery before the local journal is set | Bob Peterson | 2014-06-02 | 1 | -0/+3 |
* | GFS2: remove transaction glock | Benjamin Marzinski | 2014-05-14 | 1 | -5/+17 |
* | GFS2: Fix address space from page function | Steven Whitehouse | 2014-03-31 | 1 | -1/+1 |
* | GFS2: Use pr_<level> more consistently | Joe Perches | 2014-03-07 | 1 | -8/+10 |
* | GFS2: Move recovery variables to journal structure in memory | Bob Peterson | 2014-03-07 | 1 | -2/+2 |
* | GFS2: global conversion to pr_foo() | Fabian Frederick | 2014-03-06 | 1 | -7/+7 |
* | GFS2: Clean up journal extent mapping | Steven Whitehouse | 2014-03-03 | 1 | -62/+1 |
* | GFS2: Move log buffer lists into transaction | Steven Whitehouse | 2014-02-24 | 1 | -2/+0 |
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -1/+1 |
|\ |
|
| * | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -1/+1 |
* | | GFS2: Don't use ENOBUFS when ENOMEM is the correct error code | Steven Whitehouse | 2014-01-16 | 1 | -1/+1 |
* | | GFS2: Move quota bitmap operations under their own lock | Steven Whitehouse | 2014-01-14 | 1 | -0/+1 |
* | | GFS2: Only run logd and quota when mounted read/write | Steven Whitehouse | 2014-01-14 | 1 | -41/+1 |
* | | GFS2: Add initialization for address space in super block | Steven Whitehouse | 2014-01-09 | 1 | -0/+1 |
* | | GFS2: Use only a single address space for rgrps | Steven Whitehouse | 2014-01-03 | 1 | -0/+12 |
* | | GFS2: don't hold s_umount over blkdev_put | Steven Whitehouse | 2013-12-13 | 1 | -1/+11 |
|/ |
|
* | GFS2: Protect quota sync generation | Steven Whitehouse | 2013-10-04 | 1 | -0/+1 |
* | GFS2: Remove obsolete quota tunable | Steven Whitehouse | 2013-10-04 | 1 | -1/+0 |
* | GFS2: Don't flag consistency error if first mounter is a spectator | Bob Peterson | 2013-09-05 | 1 | -2/+51 |
* | GFS2: fix error propagation in init_threads() | Alexey Khoroshilov | 2013-06-06 | 1 | -4/+4 |
* | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 | 1 | -1/+3 |
* | GFS2: Reinstate withdraw ack system | Steven Whitehouse | 2013-02-13 | 1 | -0/+1 |
* | GFS2: Use ->writepages for ordered writes | Steven Whitehouse | 2013-01-29 | 1 | -0/+1 |
* | GFS2: Clean up freeze code | Steven Whitehouse | 2013-01-29 | 1 | -2/+0 |