| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: Ensure we force all busy extents in range to disk | Dave Chinner | 2010-01-10 | 2 | -29/+27 |
* | xfs: Don't flush stale inodes | Dave Chinner | 2010-01-10 | 1 | -3/+7 |
* | xfs: fix timestamp handling in xfs_setattr | Christoph Hellwig | 2010-01-10 | 2 | -55/+41 |
* | xfs: use DECLARE_EVENT_CLASS | Christoph Hellwig | 2010-01-10 | 1 | -538/+591 |
* | xfs: kill some warnings on i386 builds | Dave Chinner | 2010-01-08 | 1 | -4/+4 |
* | kill I_LOCK | Christoph Hellwig | 2009-12-17 | 2 | -3/+3 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-12-16 | 6 | -21/+24 |
|\ |
|
| * | XFS: Free buffer pages array unconditionally | Dave Chinner | 2009-12-16 | 1 | -2/+2 |
| * | xfs: kill xfs_bmbt_rec_32/64 types | Christoph Hellwig | 2009-12-16 | 2 | -14/+6 |
| * | xfs: improve metadata I/O merging in the elevator | Dave Chinner | 2009-12-16 | 3 | -1/+8 |
| * | xfs: check for not fully initialized inodes in xfs_ireclaim | Christoph Hellwig | 2009-12-16 | 1 | -4/+8 |
| * | direct-io: cleanup blockdev_direct_IO locking | Christoph Hellwig | 2009-12-16 | 1 | -13/+7 |
* | | cleanup blockdev_direct_IO locking | Christoph Hellwig | 2009-12-16 | 1 | -13/+7 |
* | | sanitize xattr handler prototypes | Christoph Hellwig | 2009-12-16 | 3 | -94/+37 |
|/ |
|
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-12-15 | 70 | -2836/+2369 |
|\ |
|
| * | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 70 | -2592/+2151 |
| * | xfs: change the xfs_iext_insert / xfs_iext_remove | Christoph Hellwig | 2009-12-14 | 4 | -26/+38 |
| * | xfs: cleanup bmap extent state macros | Christoph Hellwig | 2009-12-14 | 2 | -222/+184 |
* | | fs/xfs/xfs_log_recover.c: use %pU to print UUIDs | Joe Perches | 2009-12-15 | 1 | -10/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -6/+6 |
|\ |
|
| * | this_cpu: xfs_icsb_modify_counters does not need "cpu" variable | Christoph Lameter | 2009-10-03 | 1 | -6/+6 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-11 | 1 | -1/+1 |
|\ \ |
|
| * | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-12-11 | 30 | -321/+254 |
|\ \ \
| |/ /
|/| | |
|
| * | | xfs: Fix error return for fallocate() on XFS | Jason Gunthorpe | 2009-12-11 | 1 | -3/+3 |
| * | | xfs: cleanup dmapi macros in the umount path | Christoph Hellwig | 2009-12-11 | 2 | -24/+21 |
| * | | xfs: remove incorrect sparse annotation for xfs_iget_cache_miss | Christoph Hellwig | 2009-12-11 | 1 | -1/+1 |
| * | | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 2009-12-11 | 9 | -36/+17 |
| * | | xfs: uninline xfs_get_extsz_hint | Christoph Hellwig | 2009-12-11 | 2 | -21/+23 |
| * | | xfs: rename xfs_attr_fetch to xfs_attr_get_int | Christoph Hellwig | 2009-12-11 | 2 | -5/+8 |
| * | | xfs: simplify xfs_buf_get / xfs_buf_read interfaces | Christoph Hellwig | 2009-12-11 | 9 | -50/+44 |
| * | | xfs: remove IO_ISAIO | Christoph Hellwig | 2009-12-11 | 3 | -8/+2 |
| * | | xfs: Wrapped journal record corruption on read at recovery | Andy Poling | 2009-12-11 | 1 | -17/+7 |
| * | | xfs: cleanup data end I/O handlers | Christoph Hellwig | 2009-12-11 | 1 | -69/+26 |
| * | | xfs: use WRITE_SYNC_PLUG for synchronous writeout | Christoph Hellwig | 2009-12-11 | 1 | -7/+10 |
| * | | xfs: reset the i_iolock lock class in the reclaim path | Christoph Hellwig | 2009-12-11 | 2 | -1/+17 |
| * | | xfs: I/O completion handlers must use NOFS allocations | Christoph Hellwig | 2009-12-11 | 5 | -7/+15 |
| * | | xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks | Christoph Hellwig | 2009-12-11 | 2 | -15/+26 |
| * | | xfs: simplify inode teardown | Christoph Hellwig | 2009-12-11 | 5 | -57/+34 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -8/+1 |
|\ \ \ \ |
|
| * | | | | writeback: remove unused nonblocking and congestion checks | Wu Fengguang | 2009-12-03 | 1 | -8/+1 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -47/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 | 1 | -15/+15 |
| * | | | sysctl fs: Remove dead binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -32/+0 |
| |/ / |
|
* | | | xfs: copy li_lsn before dropping AIL lock | Nathaniel W. Turner | 2009-11-17 | 1 | -3/+20 |
* | | | XFS bug in log recover with quota (bugzilla id 855) | Jan Rekorajski | 2009-11-17 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Linus Torvalds | 2009-10-31 | 2 | -1/+2 |
|\ \ |
|