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.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
2007-10-15
[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
Christoph Hellwig
6
-60
/
+38
2007-10-15
[XFS] Fix a potential NULL pointer deref in XFS on failed mount.
Jesper Juhl
2
-3
/
+9
2007-10-15
[XFS] clean up xfs_start_flags
Eric Sandeen
2
-7
/
+5
2007-10-15
[XFS] move linux/log2.h header to xfs_linux.h
Eric Sandeen
2
-2
/
+1
2007-10-15
[XFS] Remove xfs_physmem
Eric Sandeen
3
-10
/
+0
2007-10-15
[XFS] Pick a single default inode cluster size.
Eric Sandeen
2
-13
/
+5
2007-10-15
[XFS] choose single default logbuf count & size
Eric Sandeen
2
-27
/
+7
2007-10-15
[XFS] Remove m_nreadaheads
Eric Sandeen
4
-42
/
+0
2007-10-15
[XFS] endianess annotations for xfs_bmbt_rec_t
Christoph Hellwig
4
-43
/
+18
2007-10-15
[XFS] cleanup defintions of BMBT_*BITLEN macros
Christoph Hellwig
1
-29
/
+0
2007-10-15
[XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_all
Christoph Hellwig
1
-126
/
+74
2007-10-15
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
Christoph Hellwig
7
-127
/
+95
2007-10-15
[XFS] remove confusing INT_ comments in xfs_bmap_btree.c
Christoph Hellwig
1
-4
/
+4
2007-10-15
[XFS] hole not shown when file is created with resvsp
Vlad Apostolov
1
-10
/
+40
2007-10-15
[XFS] Barriers need to be dynamically checked and switched off
David Chinner
3
-9
/
+25
2007-10-12
Fix up more bio fallout
Al Viro
2
-4
/
+2
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2
-8
/
+0
2007-10-01
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...
Tim Shimmin
3
-54
/
+3
2007-10-01
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...
Tim Shimmin
3
-54
/
+3
2007-09-20
[XFS] fix valid but harmless sparse warning
Christoph Hellwig
1
-2
/
+2
2007-09-20
[XFS] fix filestreams on 32-bit boxes
Eric Sandeen
1
-3
/
+4
2007-09-18
[XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...
Lachlan McIlroy
3
-3
/
+54
2007-09-18
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
3
-9
/
+16
2007-09-17
[XFS] On-demand reaping of the MRU cache
David Chinner
3
-50
/
+31
2007-09-05
[XFS] fix nasty quota hashtable allocation bug
Eric Sandeen
1
-1
/
+2
2007-09-05
[XFS] fix sparse shadowed variable warnings
Christoph Hellwig
2
-5
/
+4
2007-09-05
[XFS] fix ASSERT and ASSERT_ALWAYS
Christoph Hellwig
1
-4
/
+6
2007-09-05
[XFS] Fix sparse warning in kmem_shake_allow
Christoph Hellwig
1
-1
/
+1
2007-09-05
[XFS] Fix sparse NULL vs 0 warnings
Christoph Hellwig
2
-12
/
+12
2007-09-05
[XFS] Set filestreams object timeout to something sane.
David Chinner
1
-1
/
+1
2007-07-26
xfs ioctl __user annotations
Al Viro
1
-2
/
+2
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-2
/
+2
2007-07-20
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2
-2
/
+44
2007-07-19
mm: fault feedback #1
Nick Piggin
1
-8
/
+6
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-12
/
+11
2007-07-19
mm: fix fault vs invalidate race for linear mappings
Nick Piggin
1
-0
/
+1
2007-07-19
[XFS] Fix inode size update before data write in xfs_setattr
David Chinner
1
-1
/
+24
2007-07-19
[XFS] Allow punching holes to free space when at ENOSPC
David Chinner
1
-1
/
+4
2007-07-19
[XFS] Implement ->page_mkwrite in XFS.
David Chinner
1
-0
/
+16
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
1
-0
/
+2
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-17
mm: clean up and kernelify shrinker registration
Rusty Russell
2
-11
/
+13
2007-07-14
[XFS] Fix lockdep annotations for xfs_lock_inodes
David Chinner
2
-8
/
+11
2007-07-14
[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode
Michal Marek
4
-33
/
+255
2007-07-14
[XFS] Compat ioctl handler for handle operations
Michal Marek
1
-5
/
+52
2007-07-14
[XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1.
Michal Marek
1
-1
/
+41
2007-07-14
[XFS] Clean up function name handling in tracing code
Eric Sandeen
5
-273
/
+150
2007-07-14
[XFS] Quota inode has no parent.
David Chinner
2
-6
/
+10
2007-07-14
[XFS] Concurrent Multi-File Data Streams
David Chinner
21
-12
/
+1730
2007-07-14
[XFS] Use uninitialized_var macro to stop warning about rtx
Andrew Morton
1
-1
/
+2
[prev]
[next]