index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: rename xfs_sync.[ch] to xfs_icache.[ch]
Dave Chinner
2012-10-17
1
-714
/
+0
*
xfs: move xfs_quiesce_attr() into xfs_super.c
Dave Chinner
2012-10-17
1
-65
/
+0
*
xfs: xfs_sync_fsdata is redundant
Dave Chinner
2012-10-17
1
-59
/
+8
*
xfs: syncd workqueue is no more
Dave Chinner
2012-10-17
1
-11
/
+9
*
xfs: xfs_sync_data is redundant.
Dave Chinner
2012-10-17
1
-78
/
+0
*
xfs: sync work is now only periodic log work
Dave Chinner
2012-10-17
1
-36
/
+3
*
xfs: don't run the sync work if the filesystem is read-only
Dave Chinner
2012-10-17
1
-13
/
+16
*
xfs: rationalise xfs_mount_wq users
Dave Chinner
2012-10-17
1
-16
/
+5
*
xfs: xfs_syncd_stop must die
Dave Chinner
2012-10-17
1
-26
/
+4
*
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-08-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-1
/
+1
|
\
|
*
xfs: Convert to new freezing code
Jan Kara
2012-07-31
1
-1
/
+1
|
*
xfs: shutdown xfs_sync_worker before the log
Ben Myers
2012-06-21
1
-16
/
+16
*
|
xfs: wait for the write the superblock on unmount
Mark Tinguely
2012-07-29
1
-0
/
+9
*
|
xfs: merge xfs_itobp into xfs_imap_to_bp
Christoph Hellwig
2012-07-22
1
-2
/
+2
*
|
xfs: shutdown xfs_sync_worker before the log
Ben Myers
2012-06-21
1
-16
/
+16
|
/
*
xfs: protect xfs_sync_worker with s_umount semaphore
Ben Myers
2012-05-15
1
-13
/
+16
*
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
Dave Chinner
2012-05-14
1
-1
/
+1
*
xfs: on-stack delayed write buffer lists
Christoph Hellwig
2012-05-14
1
-18
/
+0
*
xfs: do not write the buffer from xfs_iflush
Christoph Hellwig
2012-05-14
1
-14
/
+15
*
xfs: don't flush inodes from background inode reclaim
Christoph Hellwig
2012-05-14
1
-60
/
+42
*
xfs: implement freezing by emptying the AIL
Christoph Hellwig
2012-05-14
1
-83
/
+13
*
xfs: remove log item from AIL in xfs_iflush after a shutdown
Christoph Hellwig
2012-05-14
1
-0
/
+1
*
xfs: Ensure inode reclaim can run during quotacheck
Dave Chinner
2012-04-17
1
-10
/
+9
*
xfs: log timestamp updates
Christoph Hellwig
2012-03-13
1
-36
/
+0
*
xfs: only take the ILOCK in xfs_reclaim_inode()
Alex Elder
2012-02-25
1
-6
/
+4
*
xfs: replace i_flock with a sleeping bitlock
Christoph Hellwig
2012-01-17
1
-5
/
+4
*
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2012-01-08
1
-5
/
+1
|
\
|
*
xfs: remove xfs_qm_sync
Christoph Hellwig
2011-12-12
1
-5
/
+1
*
|
xfs: log all dirty inodes in xfs_fs_sync_fs
Christoph Hellwig
2011-12-23
1
-0
/
+36
|
/
*
xfs: force buffer writeback before blocking on the ilock in inode reclaim
Christoph Hellwig
2011-11-29
1
-0
/
+11
*
xfs: remove XFS_bflush
Christoph Hellwig
2011-10-11
1
-1
/
+1
*
xfs: remove i_iocount
Christoph Hellwig
2011-10-11
1
-6
/
+2
*
xfs: let xfs_bwrite callers handle the xfs_buf_relse
Christoph Hellwig
2011-10-11
1
-2
/
+4
*
xfs: remove subdirectories
Christoph Hellwig
2011-08-12
1
-0
/
+1065