summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-1/+1
* gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das2018-01-301-0/+6
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-4/+8
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-4/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALLBob Peterson2017-10-311-2/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+2
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-251-2/+2
* | gfs2: Defer deleting inodes under memory pressureAndreas Gruenbacher2017-08-101-0/+21
* | gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-101-2/+28
* | gfs2: Fix trivial typosAndreas Gruenbacher2017-08-091-1/+1
* | GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-091-0/+1
* | GFS2: Clear gl_object when deleting an inode in gfs2_delete_inodeBob Peterson2017-08-091-1/+10
* | GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-211-2/+2
|/
* gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2017-07-051-6/+12
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-051-4/+7
* gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-051-2/+2
* Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher2017-04-031-5/+3
* GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-161-1/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* GFS2: use BIT() macroFabian Frederick2016-08-021-1/+1
* gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-10/+14
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* GFS2: Check if iopen is held when deleting inodeBob Peterson2016-01-141-10/+16
* GFS2: Truncate address space mapping when deleting an inodeBob Peterson2015-12-181-1/+3
* GFS2: Wait for iopen glock dequeuesBob Peterson2015-12-181-3/+5
* gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski2015-12-141-4/+0
* gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-141-0/+12
* GFS2: Update master statfs buffer with sd_statfs_spin lockedBob Peterson2015-12-141-3/+2
* GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-141-3/+4
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-1/+1
* gfs2: Extended attribute readaheadAndreas Gruenbacher2015-11-161-0/+1
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+3
* writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-37/+75
* GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick2014-08-211-10/+10
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1
* GFS2: remove transaction glockBenjamin Marzinski2014-05-141-26/+43
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-041-20/+17
|\ \
| * | GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das2014-03-311-1/+6
| * | GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-8/+8
| * | GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-7/+7
| * | GFS2: Clean up journal extent mappingSteven Whitehouse2014-03-031-10/+2
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
OpenPOWER on IntegriCloud