linux/fs/gfs2
Linus Torvalds c4eb1b0730 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Pull GFS2 updates from Steven Whitehouse:
 "There are a few bug fixes for various, mostly very minor corner cases,
  plus some interesting new features.

  The new features include atomic_open whose main benefit will be the
  reduction in locking overhead in case of combined lookup/create and
  open operations, sorting the log buffer lists by block number to
  improve the efficiency of AIL writeback, and aggressively issuing
  revokes in gfs2_log_flush to reduce overhead when dropping glocks."

* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw:
  GFS2: Reserve journal space for quota change in do_grow
  GFS2: Fix fstrim boundary conditions
  GFS2: fix warning message
  GFS2: aggressively issue revokes in gfs2_log_flush
  GFS2: fix regression in dir_double_exhash
  GFS2: Add atomic_open support
  GFS2: Only do one directory search on create
  GFS2: fix error propagation in init_threads()
  GFS2: Remove no-op wrapper function
  GFS2: Cocci spatch "ptr_ret.spatch"
  GFS2: Eliminate gfs2_rg_lops
  GFS2: Sort buffer lists by inplace block number
2013-07-02 09:41:18 -07:00
..
acl.c
acl.h
aops.c gfs2: use ->invalidatepage() length argument 2013-05-21 23:58:49 -04:00
bmap.c GFS2: Reserve journal space for quota change in do_grow 2013-06-27 18:16:27 +01:00
bmap.h
dentry.c
dir.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2013-07-02 09:41:18 -07:00
dir.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2013-07-02 09:41:18 -07:00
export.c [readdir] constify ->actor 2013-06-29 12:57:05 +04:00
file.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2013-07-02 09:41:18 -07:00
gfs2.h
glock.c
glock.h
glops.c GFS2: aggressively issue revokes in gfs2_log_flush 2013-06-19 09:41:59 +01:00
glops.h
incore.h
inode.c GFS2: Add atomic_open support 2013-06-14 11:17:15 +01:00
inode.h GFS2: Add atomic_open support 2013-06-14 11:17:15 +01:00
Kconfig GFS2: fix DLM depends to fix build errors 2013-05-24 13:47:53 +01:00
lock_dlm.c
log.c GFS2: aggressively issue revokes in gfs2_log_flush 2013-06-19 09:41:59 +01:00
log.h GFS2: aggressively issue revokes in gfs2_log_flush 2013-06-19 09:41:59 +01:00
lops.c GFS2: aggressively issue revokes in gfs2_log_flush 2013-06-19 09:41:59 +01:00
lops.h GFS2: Eliminate gfs2_rg_lops 2013-06-05 09:50:40 +01:00
main.c
Makefile
meta_io.c GFS2: aggressively issue revokes in gfs2_log_flush 2013-06-19 09:41:59 +01:00
meta_io.h
ops_fstype.c GFS2: fix error propagation in init_threads() 2013-06-06 09:52:29 +01:00
quota.c GFS2: Remove no-op wrapper function 2013-06-05 09:51:23 +01:00
quota.h
recovery.c
recovery.h
rgrp.c GFS2: Fix fstrim boundary conditions 2013-06-19 21:41:26 +01:00
rgrp.h
super.c GFS2: Don't cache iopen glocks 2013-06-03 16:40:22 +01:00
super.h
sys.c
sys.h
trace_gfs2.h
trans.c GFS2: fix warning message 2013-06-19 21:29:19 +01:00
trans.h
util.c
util.h
xattr.c
xattr.h