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
2009-02-03
[XFS] Warn on transaction in flight on read-only remount
Felix Blyakher
1
-1
/
+5
2009-02-03
xfs: Check buffer lengths in log recovery
Dave Chinner
1
-6
/
+25
2009-01-27
don't reallocate sxp variable passed into xfs_swapext
Eric Sandeen
1
-9
/
+1
2009-01-22
Long btree pointers are still 64 bit on disk
Dave Chinner
1
-5
/
+5
2009-01-19
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
23
-158
/
+142
2009-01-19
xfs: sanity check attr fork size
Christoph Hellwig
1
-0
/
+13
2009-01-19
xfs: fix bad_features2 fixups for the root filesystem
Christoph Hellwig
3
-14
/
+32
2009-01-19
xfs: add a lock class for group/project dquots
Christoph Hellwig
1
-1
/
+11
2009-01-19
xfs: lockdep annotations for xfs_dqlock2
Christoph Hellwig
2
-10
/
+24
2009-01-19
xfs: add a separate lock class for the per-mount list of dquots
Christoph Hellwig
1
-0
/
+9
2009-01-19
xfs: use mnt_want_write in compat_attrmulti ioctl
Christoph Hellwig
1
-0
/
+9
2009-01-19
xfs: fix dentry aliasing issues in open_by_handle
Christoph Hellwig
4
-300
/
+196
2009-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...
Lachlan McIlroy
6
-28
/
+14
2009-01-10
filesystem freeze: remove XFS specific ioctl interfaces for freeze feature
Takashi Sato
3
-19
/
+2
2009-01-10
filesystem freeze: add error handling of write_super_lockfs/unlockfs
Takashi Sato
3
-9
/
+12
2009-01-09
[XFS] use scalable vmap API
Nick Piggin
1
-3
/
+3
2009-01-09
[XFS] remove old vmap cache
Nick Piggin
1
-74
/
+1
2009-01-09
[XFS] make xfs_ino_t an unsigned long long
Christoph Hellwig
1
-1
/
+1
2009-01-09
[XFS] truncate readdir offsets to signed 32 bit values
Christoph Hellwig
3
-13
/
+15
2009-01-09
[XFS] fix compile of xfs_btree_readahead_lblock on m68k
Christoph Hellwig
1
-2
/
+2
2009-01-09
[XFS] Remove macro-to-function indirections in the mask code
Eric Sandeen
3
-52
/
+44
2009-01-09
[XFS] Remove macro-to-function indirections in attr code
Eric Sandeen
2
-48
/
+36
2009-01-09
[XFS] Remove several unused typedefs.
Eric Sandeen
3
-5
/
+0
2009-01-09
[XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operations
Christoph Hellwig
1
-4
/
+19
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-12-29
[XFS] Fix merge failures
Lachlan McIlroy
4
-8
/
+7
2008-12-25
Merge branch 'next' into for-linus
James Morris
6
-16
/
+15
2008-12-24
[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI
Lachlan McIlroy
1
-15
/
+12
2008-12-23
[XFS] handle unaligned data in xfs_bmbt_disk_get_all
Christoph Hellwig
1
-1
/
+2
2008-12-22
[XFS] avoid memory allocations in xfs_fs_vcmn_err
Christoph Hellwig
4
-26
/
+40
2008-12-22
[XFS] Fix speculative allocation beyond eof
Lachlan McIlroy
1
-21
/
+7
2008-12-22
[XFS] Remove XFS_BUF_SHUT() and friends
Lachlan McIlroy
3
-20
/
+1
2008-12-22
[XFS] Use the incore inode size in xfs_file_readdir()
Lachlan McIlroy
1
-1
/
+1
2008-12-12
Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfs
Lachlan McIlroy
18
-375
/
+141
2008-12-12
[XFS] set b_error from bio error in xfs_buf_bio_end_io
Lachlan McIlroy
1
-2
/
+1
2008-12-11
[XFS] use inode_change_ok for setattr permission checking
Christoph Hellwig
1
-113
/
+36
2008-12-11
[XFS] add a FMODE flag to make XFS invisible I/O less hacky
Christoph Hellwig
6
-178
/
+63
2008-12-11
[XFS] resync headers with libxfs
Christoph Hellwig
4
-11
/
+12
2008-12-11
[XFS] simplify projid check in xfs_rename
Christoph Hellwig
1
-38
/
+11
2008-12-11
[XFS] replace b_fspriv with b_mount
Christoph Hellwig
6
-32
/
+19
2008-12-10
[XFS] Remove unused tracing code
Lachlan McIlroy
2
-3
/
+0
2008-12-05
[XFS] Fix hang after disallowed rename across directory quota domains
Dave Chinner
1
-1
/
+1
2008-12-05
[XFS] Remove unnecessary assertion
Lachlan McIlroy
1
-2
/
+0
2008-12-05
[XFS] Remove unused variable in ktrace_free()
Lachlan McIlroy
1
-7
/
+2
2008-12-05
[XFS] Check return value of xfs_buf_get_noaddr()
Lachlan McIlroy
1
-0
/
+2
2008-12-05
[XFS] Fix hang after disallowed rename across directory quota domains
Dave Chinner
1
-1
/
+1
2008-12-05
[XFS] Fix compile with CONFIG_COMPAT enabled
Christoph Hellwig
1
-1
/
+1
2008-12-04
move inode tracing out of xfs_vnode.
Christoph Hellwig
5
-131
/
+93
2008-12-04
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
8
-54
/
+48
2008-12-04
kill vn_ioerror
Christoph Hellwig
3
-21
/
+13
[next]