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
/
xfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-29
new helper: mount_bdev()
Al Viro
1
-7
/
+5
2010-10-25
fs: kill block_prepare_write
Christoph Hellwig
1
-1
/
+1
2010-10-22
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-13
/
+11
2010-10-19
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
1
-2
/
+7
2010-10-18
xfs: remove xfs_buf wrappers
Christoph Hellwig
1
-1
/
+1
2010-10-18
xfs: remove xfs_version.h
Christoph Hellwig
1
-1
/
+0
2010-10-18
xfs: remove XFS_MOUNT_NO_PERCPU_SB
Christoph Hellwig
1
-2
/
+4
2010-10-18
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
Dave Chinner
1
-3
/
+5
2010-10-18
xfs: don't use vfs writeback for pure metadata modifications
Dave Chinner
1
-6
/
+1
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-2
/
+1
2010-08-24
xfs: dummy transactions should not dirty VFS state
Dave Chinner
1
-1
/
+1
2010-08-24
xfs: ensure f_ffree returned by statfs() is non-negative
Stuart Brodsky
1
-1
/
+6
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-3
/
+5
2010-07-26
xfs: remove obsolete osyncisosync mount option
Christoph Hellwig
1
-6
/
+4
2010-07-26
xfs: move inode shrinker unregister even earlier
Dave Chinner
1
-5
/
+5
2010-07-26
xfs: unregister inode shrinker before freeing filesystem structures
Dave Chinner
1
-1
/
+5
2010-07-26
xfs: split xfs_itrace_entry
Christoph Hellwig
1
-3
/
+4
2010-07-26
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount
Christoph Hellwig
1
-12
/
+0
2010-07-26
xfs: avoid synchronous transaction in xfs_fs_write_inode
Christoph Hellwig
1
-30
/
+22
2010-07-26
xfs: simplify inode to transaction joining
Christoph Hellwig
1
-2
/
+1
2010-07-26
xfs: simplify log item descriptor tracking
Christoph Hellwig
1
-1
/
+10
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-3
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-60
/
+7
2010-07-20
xfs: convert inode shrinker to per-filesystem contexts
Dave Chinner
1
-2
/
+0
2010-05-24
Merge branch 'delayed-logging-for-2.6.35' into for-linus
Alex Elder
1
-1
/
+11
2010-05-24
xfs: Introduce delayed logging core code
Dave Chinner
1
-0
/
+10
2010-05-24
xfs: Clean up XFS_BLI_* flag namespace
Dave Chinner
1
-1
/
+1
2010-05-21
Merge branch 'master' into for-2.6.35
Jens Axboe
1
-4
/
+11
2010-05-19
xfs: wait for direct I/O to complete in fsync and write_inode
Christoph Hellwig
1
-0
/
+1
2010-05-19
xfs: add blockdev name to kthreads
Jan Engelhardt
1
-4
/
+5
2010-04-29
xfs: add a shrinker to background inode reclaim
Dave Chinner
1
-0
/
+5
2010-04-28
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
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-02-09
xfs: log changed inodes instead of writing them synchronously
Christoph Hellwig
1
-29
/
+82
2010-02-06
xfs: Use delayed write for inodes rather than async V2
Dave Chinner
1
-2
/
+2
2010-02-08
xfs: more reserved blocks fixups
Eric Sandeen
1
-14
/
+37
2010-01-26
xfs: don't hold onto reserved blocks on remount,ro
Dave Chinner
1
-0
/
+28
2010-01-15
xfs: Don't wake the aild once per second
Dave Chinner
1
-4
/
+3
2010-01-15
xfs: reclaim all inodes by background tree walks
Dave Chinner
1
-8
/
+6
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-101
/
+3
2009-12-11
xfs: cleanup dmapi macros in the umount path
Christoph Hellwig
1
-20
/
+2
2009-12-11
xfs: reset the i_iolock lock class in the reclaim path
Christoph Hellwig
1
-1
/
+14
2009-12-11
xfs: simplify inode teardown
Christoph Hellwig
1
-4
/
+30
2009-10-09
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-18
/
+41
2009-10-08
xfs: cleanup ->sync_fs
Christoph Hellwig
1
-18
/
+18
2009-10-08
xfs: implement ->dirty_inode to fix timestamp handling
Christoph Hellwig
1
-0
/
+23
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-2
/
+2
2009-09-02
xfs: xfs_showargs() reports group *and* project quotas enabled
Alex Elder
1
-9
/
+13
[next]