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
2013-11-22
Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
5
-23
/
+43
2013-11-18
xfs: open code inc_inode_iversion when logging an inode
Dave Chinner
1
-3
/
+5
2013-11-18
xfs: increase inode cluster size for v5 filesystems
Dave Chinner
3
-3
/
+17
2013-11-18
xfs: fix unlock in xfs_bmap_add_attrfork
Mark Tinguely
1
-17
/
+21
2013-11-14
Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
116
-4681
/
+5209
2013-11-13
writeback: do not sync data dirtied after sync start
Jan Kara
1
-1
/
+1
2013-11-07
xfs: simplify kmem_{zone_}zalloc
Gu Zheng
2
-25
/
+18
2013-11-06
xfs: add tracepoints to AGF/AGI read operations
Dave Chinner
3
-2
/
+34
2013-11-06
xfs: trace AIL manipulations
Dave Chinner
3
-1
/
+62
2013-11-04
xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
Dave Chinner
1
-28
/
+44
2013-11-01
xfs: fix the extent count when allocating an new indirection array entry
Jie Liu
1
-5
/
+4
2013-10-31
xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
Eric Sandeen
1
-2
/
+11
2013-10-31
xfs: fix possible NULL dereference in xlog_verify_iclog
Geyslan G. Bem
1
-5
/
+3
2013-10-31
xfs:xfs_dir2_node.c: pointer use before check for null
Denis Efremov
1
-1
/
+0
2013-10-31
xfs: prevent stack overflows from page cache allocation
Dave Chinner
2
-2
/
+10
2013-10-30
xfs: fix static and extern sparse warnings
Dave Chinner
12
-8
/
+18
2013-10-30
xfs: validity check the directory block leaf entry count
Dave Chinner
1
-4
/
+15
2013-10-30
xfs: make dir2 ftype offset pointers explicit
Dave Chinner
1
-2
/
+21
2013-10-30
xfs: convert directory vector functions to constants
Dave Chinner
10
-176
/
+112
2013-10-30
xfs: convert directory vector functions to constants
Dave Chinner
5
-70
/
+126
2013-10-30
xfs: vectorise encoding/decoding directory headers
Dave Chinner
11
-281
/
+338
2013-10-30
xfs: vectorise DA btree operations
Dave Chinner
10
-81
/
+139
2013-10-30
xfs: vectorise directory leaf operations
Dave Chinner
10
-159
/
+218
2013-10-30
xfs: vectorise directory data operations part 2
Dave Chinner
10
-137
/
+186
2013-10-30
xfs: vectorise directory data operations
Dave Chinner
9
-205
/
+329
2013-10-30
xfs: vectorise remaining shortform dir2 ops
Dave Chinner
6
-183
/
+199
2013-10-30
xfs: abstract the differences in dir2/dir3 via an ops vector
Dave Chinner
12
-45
/
+132
2013-10-24
xfs: split xfs_rtalloc.c for userspace sanity
Dave Chinner
4
-1248
/
+1292
2013-10-24
xfs: decouple inode and bmap btree header files
Dave Chinner
73
-583
/
+403
2013-10-24
xfs: decouple log and transaction headers
Dave Chinner
75
-239
/
+276
2013-10-23
xfs: remove unused transaction callback variables
Dave Chinner
1
-7
/
+0
2013-10-23
xfs: split dquot buffer operations out
Dave Chinner
8
-266
/
+303
2013-10-23
xfs: unify directory/attribute format definitions
Dave Chinner
33
-426
/
+437
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
54
-232
/
+289
2013-10-22
xfs: fold xfs_change_file_space into xfs_ioc_space
Christoph Hellwig
4
-191
/
+126
2013-10-22
xfs: simplify the fallocate path
Christoph Hellwig
3
-63
/
+56
2013-10-22
xfs: always hold the iolock when calling xfs_change_file_space
Christoph Hellwig
4
-49
/
+27
2013-10-22
xfs: remove the unused XFS_ATTR_NONBLOCK flag
Christoph Hellwig
2
-4
/
+0
2013-10-22
xfs: always take the iolock around xfs_setattr_size
Christoph Hellwig
4
-22
/
+24
2013-10-17
xfs: don't break from growfs ag update loop on error
Eric Sandeen
1
-9
/
+13
2013-10-17
xfs: don't emit corruption noise on fs probes
Eric Sandeen
1
-2
/
+3
2013-10-17
xfs: remove newlines from strings passed to __xfs_printk
Eric Sandeen
10
-20
/
+20
2013-10-17
xfs: prevent deadlock trying to cover an active log
Dave Chinner
3
-25
/
+47
2013-10-09
xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
Brian Foster
3
-26
/
+12
2013-10-09
xfs: push down inactive transaction mgmt for ifree
Brian Foster
1
-50
/
+71
2013-10-09
xfs: push down inactive transaction mgmt for truncate
Brian Foster
1
-49
/
+68
2013-10-08
xfs: push down inactive transaction mgmt for remote symlinks
Brian Foster
3
-54
/
+49
2013-10-08
xfs: add the inode directory type support to XFS_IOC_FSGEOM
Mark Tinguely
2
-3
/
+5
2013-10-04
xfs: Use kmem_free() instead of free()
Thierry Reding
1
-1
/
+1
2013-10-04
xfs: fix memory leak in xlog_recover_add_to_trans
tinguely@sgi.com
1
-0
/
+1
[next]