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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
[XFS] kill superflous buffer locking
Christoph Hellwig
2
-49
/
+5
2008-02-07
[XFS] Refactor xfs_mountfs
Eric Sandeen
1
-105
/
+162
2008-02-07
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
Christoph Hellwig
4
-133
/
+120
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-17
/
+16
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-50
/
+40
2008-02-07
[XFS] kill xfs_freeze.
Christoph Hellwig
3
-16
/
+12
2008-02-07
[XFS] cleanup vnode useage in xfs_iget.c
Christoph Hellwig
4
-98
/
+65
2008-02-07
[XFS] cleanup vnode useage in xfs_ioctl.c
Christoph Hellwig
1
-51
/
+28
2008-02-07
[XFS] Kill off xfs_statvfs.
Christoph Hellwig
4
-69
/
+41
2008-02-07
[XFS] simplify xfs_vn_getattr
Christoph Hellwig
1
-25
/
+53
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
13
-211
/
+54
2008-02-07
[XFS] Remove spin.h
Eric Sandeen
11
-45
/
+14
2008-02-07
[XFS] Cleanup lock goop.
Eric Sandeen
3
-20
/
+2
2008-02-07
[XFS] ktrace kt_lock is unused, remove it.
Eric Sandeen
2
-5
/
+0
2008-02-07
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
10
-79
/
+60
2008-02-07
[XFS] Unwrap mru_lock.
Eric Sandeen
1
-17
/
+17
2008-02-07
[XFS] Unwrap xfs_dabuf_global_lock
Eric Sandeen
2
-9
/
+6
2008-02-07
[XFS] Unwrap pagb_lock.
Eric Sandeen
2
-11
/
+8
2008-02-07
[XFS] Unwrap XFS_DQ_PINUNLOCK.
Eric Sandeen
3
-16
/
+7
2008-02-07
[XFS] Unwrap GRANT_LOCK.
Eric Sandeen
3
-50
/
+35
2008-02-07
[XFS] Unwrap LOG_LOCK.
Eric Sandeen
2
-93
/
+72
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
12
-114
/
+81
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
12
-249
/
+79
2008-02-07
[XFS] simplify vn_revalidate
Christoph Hellwig
4
-51
/
+37
2008-02-07
[XFS] more vnode/inode tracing fixes
Lachlan McIlroy
2
-5
/
+6
2008-02-07
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
3
-15
/
+5
2008-02-07
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
3
-20
/
+17
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
14
-95
/
+91
2008-02-07
[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes
Lachlan McIlroy
1
-175
/
+23
2008-02-05
is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
Christoph Lameter
2
-4
/
+2
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
1
-1
/
+1
2008-01-11
[XFS] fix unaligned access in readdir
Christoph Hellwig
1
-6
/
+10
2007-12-21
[XFS] Initialise current offset in xfs_file_readdir correctly
Lachlan McIlroy
1
-0
/
+1
2007-12-21
[XFS] Fix mknod regression
Christoph Hellwig
1
-3
/
+1
2007-12-18
[XFS] Put the correct offset in dirent d_off
Lachlan McIlroy
4
-13
/
+8
2007-12-18
[XFS] Don't wait for pending I/Os when purging blocks beyond eof.
Lachlan McIlroy
1
-2
/
+4
2007-12-10
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
8
-50
/
+186
2007-12-10
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
David Chinner
1
-2
/
+2
2007-12-10
[XFS] Make xfsbufd threads freezable
Rafael J. Wysocki
1
-0
/
+2
2007-12-10
[XFS] revert to double-buffering readdir
Christoph Hellwig
1
-0
/
+124
2007-12-10
[XFS] Fix broken inode cluster setup.
David Chinner
1
-1
/
+1
2007-12-10
[XFS] Clear XBF_READ_AHEAD flag on I/O completion.
Lachlan McIlroy
1
-1
/
+1
2007-12-10
[XFS] Fixed a few bugs in xfs_buf_associate_memory()
Lachlan McIlroy
1
-20
/
+13
2007-12-10
[XFS] 971064 Various fixups for xfs_bulkstat().
Lachlan McIlroy
3
-26
/
+40
2007-12-10
[XFS] Fix dbflush panic in xfs_qm_sync.
Donald Douwsma
1
-0
/
+3
2007-10-22
exportfs: make struct export_operations const
Christoph Hellwig
2
-2
/
+2
2007-10-22
xfs: new export ops
Christoph Hellwig
2
-124
/
+130
2007-10-19
[XFS] cleanup fid types mess
Christoph Hellwig
8
-60
/
+33
2007-10-19
[XFS] fixups after behavior removal merge into mainline git
Christoph Hellwig
2
-32
/
+11
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
90
-4739
/
+2762
[prev]
[next]