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
/
linux-2.6
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
[XFS] Fix merge failures
Lachlan McIlroy
2
-4
/
+3
2008-12-24
[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI
Lachlan McIlroy
1
-15
/
+12
2008-12-22
[XFS] Remove XFS_BUF_SHUT() and friends
Lachlan McIlroy
1
-4
/
+0
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
8
-188
/
+70
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] add a FMODE flag to make XFS invisible I/O less hacky
Christoph Hellwig
5
-176
/
+63
2008-12-11
[XFS] replace b_fspriv with b_mount
Christoph Hellwig
3
-12
/
+7
2008-12-05
[XFS] Remove unnecessary assertion
Lachlan McIlroy
1
-2
/
+0
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
2
-130
/
+0
2008-12-04
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
6
-48
/
+41
2008-12-04
kill vn_ioerror
Christoph Hellwig
3
-21
/
+13
2008-12-04
kill xfs_unmount_flush
Christoph Hellwig
1
-5
/
+0
2008-12-04
no explicit xfs_iflush for special inodes during unmount
Christoph Hellwig
1
-5
/
+0
2008-12-04
remove leftovers of shared read-only support
Christoph Hellwig
1
-29
/
+0
2008-12-04
kill dead inode flags
Christoph Hellwig
4
-22
/
+5
2008-12-04
remove dead code from sv_t implementation
Christoph Hellwig
1
-18
/
+4
2008-12-04
stop using igrab in xfs_vn_link
Christoph Hellwig
1
-6
/
+3
2008-12-04
kill xfs_buf_iostart
Christoph Hellwig
2
-56
/
+50
2008-12-04
remove unused behvavior cruft in xfs_super.h
Christoph Hellwig
1
-12
/
+0
2008-12-04
remove useless mnt_want_write call in xfs_write
Christoph Hellwig
1
-9
/
+1
2008-12-04
[XFS] fix compile on 32 bit systems
Christoph Hellwig
3
-4
/
+13
2008-12-02
[XFS] Reorder xfs_ioctl32.c for some tidiness
sandeen@sandeen.net
1
-42
/
+36
2008-12-02
[XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handler
sandeen@sandeen.net
2
-1
/
+51
2008-12-02
[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler
sandeen@sandeen.net
4
-7
/
+136
2008-12-02
[XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler
sandeen@sandeen.net
2
-1
/
+147
2008-12-02
[XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl
sandeen@sandeen.net
1
-3
/
+10
2008-12-02
[XFS] Fix xfs_bulkstat_one size checks & error handling
sandeen@sandeen.net
1
-18
/
+26
2008-12-02
[XFS] Make the bulkstat_one compat ioctl handling more sane
sandeen@sandeen.net
1
-12
/
+24
2008-12-02
[XFS] Add compat handlers for data & rt growfs ioctls
sandeen@sandeen.net
2
-0
/
+54
2008-12-02
[XFS] Add compat handlers for swapext ioctl
sandeen@sandeen.net
2
-5
/
+69
2008-12-02
[XFS] Clean up some existing compat ioctl calls
sandeen@sandeen.net
3
-91
/
+171
2008-12-02
[XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h
sandeen@sandeen.net
2
-135
/
+150
2008-12-02
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
sandeen@sandeen.net
1
-56
/
+53
2008-12-01
[XFS] kill XFS_DINODE_VERSION_ defines
Christoph Hellwig
1
-1
/
+1
2008-12-01
[XFS] remove xfs_vfsops.h
Christoph Hellwig
2
-2
/
+0
2008-12-01
[XFS] remove xfs_vfs.h
Christoph Hellwig
4
-46
/
+3
2008-12-01
[XFS] remove bhv_statvfs_t typedef
Christoph Hellwig
1
-2
/
+0
2008-12-01
[XFS] Hook up the fiemap ioctl.
Eric Sandeen
1
-0
/
+84
2008-12-01
[XFS] convert xfs_getbmap to take formatter functions
Eric Sandeen
1
-25
/
+39
2008-12-01
[XFS] fix error inversion problems with data flushing
Dave Chinner
3
-8
/
+30
2008-12-01
[XFS] fix spurious gcc warnings
Christoph Hellwig
2
-4
/
+3
2008-12-01
[XFS] allow inode64 mount option on 32 bit systems
Christoph Hellwig
1
-8
/
+2
2008-12-01
[XFS] wire up ->open for directories
Christoph Hellwig
1
-3
/
+31
2008-11-14
CRED: Pass credentials through dentry_open()
David Howells
1
-1
/
+2
2008-11-14
CRED: Separate task security context from task_struct
David Howells
2
-5
/
+3
2008-11-14
CRED: Wrap task credential accesses in the XFS filesystem
David Howells
2
-2
/
+2
2008-11-10
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
2
-3
/
+3
2008-10-31
CRED: Wrap task credential accesses in the XFS filesystem
David Howells
2
-2
/
+2
[next]