index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-15
xfs: do not add buffers to the delwri queue until pushed
Christoph Hellwig
2
-5
/
+8
2012-05-15
xfs: do not write the buffer from xfs_qm_dqflush
Christoph Hellwig
4
-38
/
+53
2012-05-15
xfs: do not write the buffer from xfs_iflush
Christoph Hellwig
4
-54
/
+48
2012-05-15
xfs: don't flush inodes from background inode reclaim
Christoph Hellwig
1
-60
/
+42
2012-05-15
xfs: implement freezing by emptying the AIL
Christoph Hellwig
5
-135
/
+56
2012-05-15
xfs: allow assigning the tail lsn with the AIL lock held
Christoph Hellwig
4
-15
/
+40
2012-05-15
xfs: remove log item from AIL in xfs_iflush after a shutdown
Christoph Hellwig
4
-27
/
+12
2012-05-15
xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown
Christoph Hellwig
1
-1
/
+13
2012-05-15
xfs: using GFP_NOFS for blkdev_issue_flush
Shaohua Li
1
-1
/
+1
2012-05-15
xfs: punch all delalloc blocks beyond EOF on write failure.
Dave Chinner
1
-1
/
+1
2012-05-15
xfs: use shared ilock mode for direct IO writes by default
Dave Chinner
2
-30
/
+45
2012-05-15
xfs: push the ilock into xfs_zero_eof
Christoph Hellwig
2
-102
/
+63
2012-05-15
xfs: reduce ilock hold times in xfs_setattr_size
Christoph Hellwig
1
-7
/
+7
2012-05-15
xfs: reduce ilock hold times in xfs_file_aio_write_checks
Christoph Hellwig
1
-14
/
+9
2012-05-15
xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
Christoph Hellwig
1
-5
/
+21
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-1
/
+1
2012-04-17
xfs: Ensure inode reclaim can run during quotacheck
Dave Chinner
2
-21
/
+19
2012-04-17
xfs: don't fill statvfs with project quota for a directory if it was not enab...
Jie Liu
1
-1
/
+1
2012-03-29
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-29
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
17
-76
/
+317
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-28
xfs: add lots of attribute trace points
Dave Chinner
4
-6
/
+144
2012-03-28
xfs: Fix oops on IO error during xlog_recover_process_iunlinks()
Jan Kara
1
-22
/
+11
2012-03-28
xfs: fix fstrim offset calculations
Dave Chinner
3
-24
/
+46
2012-03-27
xfs: Account log unmount transaction correctly
Dave Chinner
1
-1
/
+2
2012-03-27
xfs: don't cache inodes read through bulkstat
Dave Chinner
4
-4
/
+28
2012-03-26
xfs: trace xfs_name strings correctly
Christoph Hellwig
1
-3
/
+13
2012-03-23
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
50
-2248
/
+1374
2012-03-23
xfs: introduce an allocation workqueue
Dave Chinner
3
-1
/
+54
2012-03-23
xfs: Fix open flag handling in open_by_handle code
Dave Chinner
1
-9
/
+5
2012-03-23
xfs: fix deadlock in xfs_rtfree_extent
Kamal Dasu
2
-5
/
+13
2012-03-22
fs: xfs: fix section mismatch in linux-next
Gerard Snitselaar
1
-1
/
+1
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-4
/
+2
2012-03-21
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
Al Viro
4
-29
/
+1
2012-03-15
xfs: fallback to vmalloc for large buffers in xfs_getbmap
Dave Chinner
1
-3
/
+10
2012-03-15
xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
Dave Chinner
1
-4
/
+10
2012-03-15
xfs: remove remaining scraps of struct xfs_iomap
Dave Chinner
2
-4
/
+0
2012-03-15
xfs: fix inode lookup race
Dave Chinner
1
-6
/
+12
2012-03-14
xfs: clean up minor sparse warnings
Dave Chinner
3
-6
/
+10
2012-03-14
xfs: remove the global xfs_Gqm structure
Christoph Hellwig
7
-174
/
+46
2012-03-14
xfs: remove the per-filesystem list of dquots
Christoph Hellwig
5
-304
/
+226
2012-03-14
xfs: use per-filesystem radix trees for dquot lookup
Christoph Hellwig
6
-263
/
+66
2012-03-14
xfs: per-filesystem dquot LRU lists
Christoph Hellwig
4
-78
/
+74
2012-03-14
xfs: use common code for quota statistics
Christoph Hellwig
9
-187
/
+110
2012-03-14
xfs: reimplement fdatasync support
Christoph Hellwig
4
-5
/
+18
2012-03-14
xfs: split in-core and on-disk inode log item fields
Christoph Hellwig
5
-92
/
+92
2012-03-14
xfs: make xfs_inode_item_size idempotent
Christoph Hellwig
1
-132
/
+83
2012-03-14
xfs: log timestamp updates
Christoph Hellwig
13
-321
/
+65
2012-03-14
xfs: log file size updates at I/O completion time
Christoph Hellwig
2
-24
/
+111
2012-03-05
xfs: log file size updates as part of unwritten extent conversion
Christoph Hellwig
2
-6
/
+24
[prev]
[next]