index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
xfs: clean up end index calculation in xfs_page_state_convert
Christoph Hellwig
1
-8
/
+15
2010-05-19
xfs: clean up mapping size calculation in __xfs_get_blocks
Christoph Hellwig
1
-9
/
+16
2010-05-19
xfs: clean up xfs_iomap_valid
Christoph Hellwig
1
-23
/
+23
2010-05-19
xfs: move I/O type flags into xfs_aops.c
Christoph Hellwig
1
-21
/
+30
2010-05-19
xfs: kill struct xfs_iomap
Christoph Hellwig
1
-44
/
+46
2010-05-19
xfs: report iomap_bn in block base
Christoph Hellwig
1
-8
/
+11
2010-05-19
xfs: report iomap_offset and iomap_bsize in block base
Christoph Hellwig
1
-11
/
+25
2010-05-19
xfs: remove iomap_delta
Christoph Hellwig
1
-2
/
+4
2010-05-19
xfs: remove iomap_target
Christoph Hellwig
1
-21
/
+18
2010-05-19
xfs: Make fiemap work in query mode.
Tao Ma
1
-1
/
+4
2010-05-19
xfs: wait for direct I/O to complete in fsync and write_inode
Christoph Hellwig
2
-0
/
+3
2010-05-19
xfs: xfs_trace.c: duplicated include
Andrea Gelmini
1
-1
/
+0
2010-05-19
xfs: enforce synchronous writes in xfs_bwrite
Christoph Hellwig
2
-12
/
+6
2010-05-19
xfs: remove periodic superblock writeback
Christoph Hellwig
1
-63
/
+27
2010-05-19
xfs: convert the dquot hash list to use list heads
Dave Chinner
1
-1
/
+0
2010-05-19
xfs: remove duplicate code from dquot reclaim
Dave Chinner
1
-2
/
+0
2010-05-19
xfs: add log item recovery tracing
Dave Chinner
2
-0
/
+141
2010-05-19
xfs: Add inode pin counts to traces
Dave Chinner
1
-1
/
+8
2010-05-19
xfs: add blockdev name to kthreads
Jan Engelhardt
4
-10
/
+13
2010-05-19
xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c
Zhitong Wang
2
-0
/
+8
2010-04-29
xfs: add a shrinker to background inode reclaim
Dave Chinner
3
-8
/
+116
2010-04-16
xfs: don't warn on EAGAIN in inode reclaim
Dave Chinner
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
8
-1
/
+8
2010-03-16
xfs: don't warn about page discards on shutdown
Dave Chinner
1
-3
/
+10
2010-03-16
xfs: use scalable vmap API
Alex Elder
1
-3
/
+4
2010-03-16
xfs: remove old vmap cache
Alex Elder
1
-75
/
+1
2010-03-06
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
9
-956
/
+1003
2010-03-06
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+20
2010-03-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-19
/
+0
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-2
/
+2
2010-03-05
make sure data is on disk before calling ->write_inode
Christoph Hellwig
1
-4
/
+0
2010-03-05
Merge branch 'for-2.6.34-rc1-batch2' into for-linus
Alex Elder
9
-956
/
+1003
2010-03-05
xfs: truncate delalloc extents when IO fails in writeback
Dave Chinner
1
-10
/
+114
2010-03-05
xfs: check for more work before sleeping in xfssyncd
Dave Chinner
1
-3
/
+3
2010-03-05
xfs: Fix a build warning in xfs_aops.c
Dave Chinner
1
-1
/
+1
2010-03-05
quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota
Christoph Hellwig
1
-4
/
+0
2010-03-05
quota: clean up Q_XQUOTASYNC
Christoph Hellwig
1
-15
/
+0
2010-03-04
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
J. Bruce Fields
18
-392
/
+773
2010-03-01
xfs: fix locking for inode cache radix tree tag updates
Christoph Hellwig
1
-2
/
+2
2010-03-01
xfs: kill xfs_lrw.h
Christoph Hellwig
2
-30
/
+0
2010-03-01
xfs: fix xfs_fsblock_t tracing
Christoph Hellwig
2
-22
/
+6
2010-03-01
xfs: fix inode pincount check in fsync
Christoph Hellwig
1
-9
/
+4
2010-03-01
xfs: Non-blocking inode locking in IO completion
Dave Chinner
1
-37
/
+56
2010-03-01
xfs: implement optimized fdatasync
Christoph Hellwig
3
-13
/
+24
2010-03-01
xfs: remove wrapper for the fsync file operation
Christoph Hellwig
1
-23
/
+117
2010-03-01
xfs: remove wrappers for read/write file operations
Christoph Hellwig
1
-171
/
+114
2010-03-01
xfs: merge xfs_lrw.c into xfs_file.c
Christoph Hellwig
2
-796
/
+723
2010-03-01
xfs: fix dquota trace format
Christoph Hellwig
1
-5
/
+5
2010-03-01
xfs: increase readdir buffer size
Eric Sandeen
1
-2
/
+2
2010-02-26
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
17
-304
/
+698
[next]