nfsd4: remove unnecessary lease-setting function
[safe/jmp/linux-2.6] / fs / xfs /
2010-03-04 J. Bruce FieldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs...
2010-02-20 Ben Myersxfs_export_operations.commit_metadata
2010-02-13 Julia Lawallfs/xfs: Correct NULL test
2010-02-12 Christoph Hellwigxfs: optimize log flushing in xfs_fsync
2010-02-12 Christoph Hellwigxfs: only clear the suid bit once in xfs_write
2010-02-03 Dave Chinnerxfs: kill xfs_bawrite
2010-02-09 Christoph Hellwigxfs: log changed inodes instead of writing them synchro...
2010-02-01 Christoph Hellwigxfs: remove invalid barrier optimization from xfs_fsync
2010-02-03 Dave Chinnerxfs: kill the unused XFS_QMOPT_* flush flags V2
2010-01-26 Dave Chinnerxfs: Use delay write promotion for dquot flushing
2010-01-26 Dave Chinnerxfs: Sort delayed write buffers before dispatch
2010-02-01 Dave Chinnerxfs: Don't issue buffer IO direct from AIL push V2
2010-02-06 Dave Chinnerxfs: Use delayed write for inodes rather than async V2
2010-02-06 Dave Chinnerxfs: Make inode reclaim states explicit
2010-02-08 Eric Sandeenxfs: more reserved blocks fixups
2010-01-26 Dave Chinnerxfs: turn off sign warnings
2010-01-26 Dave Chinnerxfs: don't hold onto reserved blocks on remount,ro
2010-01-21 Christoph Hellwigxfs: quota limit statvfs available blocks
2010-01-21 Christoph Hellwigxfs: replace KM_LARGE with explicit vmalloc use
2010-01-21 Christoph Hellwigxfs: cleanup up xfs_log_force calling conventions
2010-01-21 Christoph Hellwigxfs: kill XLOG_VEC_SET_TYPE
2010-01-21 Christoph Hellwigxfs: remove duplicate buffer flags
2010-01-21 Christoph Hellwigxfs: implement quota warnings via netlink
2010-01-21 Christoph Hellwigxfs: clean up error handling in xfs_trans_dqresv
2010-01-21 Christoph Hellwigxfs: kill XFS_QMOPT_ASYNC
2010-01-20 Dave Chinnerxfs: rearrange xfs_mod_sb() to avoid array subscript...
2010-01-19 Dave Chinnerxfs: suppress spurious uninitialised var warning in...
2010-01-19 Dave Chinnerxfs: make compile warn about char sign mismatches again
2010-01-19 Dave Chinnerxfs: clean up sign warnings in dir2 code
2010-01-19 Dave Chinnerxfs: convert attr to use unsigned names
2010-01-19 Dave Chinnerxfs: xfs_buf_iomove() doesn't care about signedness
2010-01-19 Dave Chinnerxfs: make xfs_dir_cilookup_result use unsigned char
2010-01-19 Dave Chinnerxfs: convert dirnameops to unsigned char names
2010-01-19 Dave Chinnerxfs: convert DM ops to use unsigned char names
2010-01-19 Dave Chinnerxfs: directory names are unsigned
2010-01-15 Christoph Hellwigxfs: move more buffer helpers into xfs_buf.c
2010-01-15 Christoph Hellwigxfs: clean up xfs_bwrite
2010-01-15 Christoph Hellwigxfs: clean up log buffer writes
2010-01-15 Dave Chinnerxfs: embed the pagb_list array in the perag structure
2010-01-15 Dave Chinnerxfs: handle ENOMEM correctly during initialisation...
2010-01-15 Dave Chinnerxfs: Kill filestreams cache flush
2010-01-15 Dave Chinnerxfs: Add trace points for per-ag refcount debugging.
2010-01-15 Dave Chinnerxfs: Reference count per-ag structures
2010-01-15 Dave Chinnerxfs: Replace per-ag array with a radix tree
2010-01-15 Dave Chinnerxfs: convert remaining direct references to m_perag
2010-01-15 Dave Chinnerxfs: Convert filestreams code to use per-ag get/put...
2010-01-15 Dave Chinnerxfs: Don't directly reference m_perag in allocation...
2010-01-15 Dave Chinnerxfs: rename xfs_get_perag
2010-01-15 Dave Chinnerxfs: Don't wake xfsbufd when idle
2010-01-15 Dave Chinnerxfs: Don't wake the aild once per second
2010-01-15 Dave Chinnerxfs: Use list_heads for log recovery item lists
2010-01-15 Eric Sandeenxfs: make several more functions static
2010-01-15 Dave Chinnerxfs: clean up inconsistent variable naming in xfs_swap_...
2010-01-15 Dave Chinnerxfs: add tracing to xfs_swap_extents
2010-01-15 Dave Chinnerxfs: xfs_swap_extents needs to handle dynamic fork...
2010-01-15 Dave Chinnerxfs: fix missing error check in xfs_rtfree_range
2010-01-15 Dave Chinnerxfs: fix stale inode flush avoidance
2010-01-15 Dave Chinnerxfs: Remove inode iolock held check during allocation
2010-01-15 Dave Chinnerxfs: reclaim all inodes by background tree walks
2010-01-15 Dave Chinnerxfs: Avoid inodes in reclaim when flushing from inode...
2010-01-15 Dave Chinnerxfs: reclaim inodes under a write lock
2010-01-10 Dave Chinnerxfs: Ensure we force all busy extents in range to disk
2010-01-10 Dave Chinnerxfs: Don't flush stale inodes
2010-01-10 Christoph Hellwigxfs: fix timestamp handling in xfs_setattr
2010-01-10 Christoph Hellwigxfs: use DECLARE_EVENT_CLASS
2010-01-08 Dave Chinnerxfs: kill some warnings on i386 builds
2009-12-17 Christoph Hellwigkill I_LOCK
2009-12-16 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-12-16 Dave ChinnerXFS: Free buffer pages array unconditionally
2009-12-16 Christoph Hellwigxfs: kill xfs_bmbt_rec_32/64 types
2009-12-16 Dave Chinnerxfs: improve metadata I/O merging in the elevator
2009-12-16 Christoph Hellwigxfs: check for not fully initialized inodes in xfs_ireclaim
2009-12-16 Christoph Hellwigcleanup blockdev_direct_IO locking
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-16 Christoph Hellwigdirect-io: cleanup blockdev_direct_IO locking
2009-12-15 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-12-15 Joe Perchesfs/xfs/xfs_log_recover.c: use %pU to print UUIDs
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-12-15 Christoph Hellwigxfs: change the xfs_iext_insert / xfs_iext_remove
2009-12-15 Christoph Hellwigxfs: cleanup bmap extent state macros
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-11 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-12-11 Jason Gunthorpexfs: Fix error return for fallocate() on XFS
2009-12-11 Christoph Hellwigxfs: cleanup dmapi macros in the umount path
2009-12-11 Christoph Hellwigxfs: remove incorrect sparse annotation for xfs_iget_ca...
2009-12-11 Christoph Hellwigxfs: kill the STATIC_INLINE macro
2009-12-11 Christoph Hellwigxfs: uninline xfs_get_extsz_hint
2009-12-11 Christoph Hellwigxfs: rename xfs_attr_fetch to xfs_attr_get_int
2009-12-11 Christoph Hellwigxfs: simplify xfs_buf_get / xfs_buf_read interfaces
2009-12-11 Christoph Hellwigxfs: remove IO_ISAIO
2009-12-11 Andy Polingxfs: Wrapped journal record corruption on read at recovery
2009-12-11 Christoph Hellwigxfs: cleanup data end I/O handlers
2009-12-11 Christoph Hellwigxfs: use WRITE_SYNC_PLUG for synchronous writeout
2009-12-11 Christoph Hellwigxfs: reset the i_iolock lock class in the reclaim path
2009-12-11 Christoph Hellwigxfs: I/O completion handlers must use NOFS allocations
2009-12-11 Christoph Hellwigxfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks
2009-12-11 Christoph Hellwigxfs: simplify inode teardown
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next