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.13.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
2014-05-15
xfs: negate mount workqueue init error value
Dave Chinner
1
-1
/
+1
2014-05-15
xfs: fix wrong err sign on xfs_set_acl()
Dave Chinner
1
-2
/
+2
2014-05-15
xfs: fix wrong errno from xfs_initxattrs
Dave Chinner
1
-4
/
+4
2014-05-15
xfs: correct error sign on COLLAPSE_RANGE errors
Dave Chinner
1
-2
/
+2
2014-05-15
xfs: xfs_commit_metadata returns wrong errno
Dave Chinner
1
-1
/
+1
2014-05-15
xfs: fix incorrect error sign in xfs_file_aio_read
Dave Chinner
1
-1
/
+1
2014-05-15
xfs: xfs_dir_fsync() returns positive errno
Dave Chinner
1
-1
/
+1
2014-05-13
xfs: pass struct da_args to xfs_attr_calc_size
Christoph Hellwig
1
-9
/
+5
2014-05-13
xfs: simplify attr name setup
Christoph Hellwig
1
-45
/
+29
2014-05-13
xfs: fold xfs_attr_remove_int into xfs_attr_remove
Christoph Hellwig
1
-62
/
+35
2014-05-13
xfs: fold xfs_attr_get_int into xfs_attr_get
Christoph Hellwig
1
-52
/
+27
2014-05-13
xfs: fold xfs_attr_set_int into xfs_attr_set
Christoph Hellwig
1
-66
/
+44
2014-05-09
Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
9
-50
/
+77
2014-05-07
xfs: fix directory readahead offset off-by-one
Dave Chinner
1
-2
/
+1
2014-05-07
xfs: don't sleep in xlog_cil_force_lsn on shutdown
Dave Chinner
2
-11
/
+48
2014-05-07
xfs: truncate_setsize should be outside transactions
Dave Chinner
1
-4
/
+16
2014-05-07
xfs: switch to ->write_iter()
Al Viro
1
-20
/
+9
2014-05-07
xfs: switch to ->read_iter()
Al Viro
1
-12
/
+7
2014-05-07
xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()
Al Viro
1
-19
/
+14
2014-05-07
iov_iter_truncate()
Al Viro
1
-4
/
+5
2014-05-07
start adding the tag to iov_iter
Al Viro
1
-2
/
+2
2014-05-07
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-6
/
+4
2014-05-07
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
1
-8
/
+7
2014-05-07
kill generic_segment_checks()
Al Viro
1
-7
/
+2
2014-05-07
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-2
/
+3
2014-05-06
xfs: remote attribute overwrite causes transaction overrun
Dave Chinner
5
-14
/
+42
2014-05-06
xfs: initialize default acls for ->tmpfile()
Brian Foster
1
-26
/
+29
2014-05-05
xfs: Fix wrong error codes being returned
From: Tuomas Tynkkynen
2
-4
/
+6
2014-05-05
xfs: remove dquot hints
Dave Chinner
3
-240
/
+29
2014-05-05
xfs: bulletfproof xfs_qm_scall_trunc_qfiles()
Eric Sandeen
1
-2
/
+3
2014-05-05
xfs: fix Q_XQUOTARM ioctl
Eric Sandeen
1
-4
/
+25
2014-05-05
xfs: fully support v5 format filesystems
Dave Chinner
3
-10
/
+6
2014-04-24
xfs: enable the finobt feature on v5 superblocks
Brian Foster
1
-1
/
+2
2014-04-24
xfs: report finobt status in fs geometry
Brian Foster
2
-1
/
+4
2014-04-24
xfs: add finobt support to growfs
Brian Foster
1
-0
/
+32
2014-04-24
xfs: update the finobt on inode free
Brian Foster
1
-0
/
+102
2014-04-24
xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
Brian Foster
1
-65
/
+96
2014-04-24
xfs: use and update the finobt on inode allocation
Brian Foster
1
-5
/
+290
2014-04-24
xfs: insert newly allocated inode chunks into the finobt
Brian Foster
1
-23
/
+70
2014-04-24
xfs: update inode allocation/free transaction reservations for finobt
Brian Foster
3
-6
/
+82
2014-04-24
xfs: support the XFS_BTNUM_FINOBT free inode btree type
Brian Foster
10
-27
/
+153
2014-04-24
xfs: reserve v5 superblock read-only compat. feature bit for finobt
Brian Foster
1
-0
/
+7
2014-04-24
xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
Brian Foster
4
-10
/
+15
2014-04-23
xfs: add filestream allocator tracepoints
Christoph Hellwig
4
-21
/
+68
2014-04-23
xfs: remove xfs_filestream_associate
Christoph Hellwig
3
-58
/
+15
2014-04-23
xfs: don't create a slab cache for filestream items
Christoph Hellwig
3
-32
/
+4
2014-04-23
xfs: rewrite the filestream allocator using the dentry cache
Christoph Hellwig
3
-544
/
+171
2014-04-23
xfs: remove XFS_IFILESTREAM
Christoph Hellwig
4
-8
/
+1
2014-04-23
xfs: embedd mru_elem into parent structure
Christoph Hellwig
3
-146
/
+107
[prev]
[next]