index
:
linux-stable.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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
zhangyi (F)
2017-09-27
1
-7
/
+31
*
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
2017-09-27
1
-3
/
+3
*
orangefs: Don't clear SGID when inheriting ACLs
Jan Kara
2017-09-27
1
-20
/
+28
*
NFSv4: Fix callback server shutdown
Trond Myklebust
2017-09-27
1
-8
/
+16
*
xfs: fix compiler warnings
Darrick J. Wong
2017-09-20
5
-8
/
+11
*
xfs: use kmem_free to free return value of kmem_zalloc
Pan Bian
2017-09-20
1
-1
/
+1
*
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
Christoph Hellwig
2017-09-20
1
-24
/
+48
*
xfs: don't set v3 xflags for v2 inodes
Christoph Hellwig
2017-09-20
1
-13
/
+25
*
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
2017-09-20
1
-7
/
+0
*
xfs: disable per-inode DAX flag
Christoph Hellwig
2017-09-20
1
-1
/
+2
*
xfs: relog dirty buffers during swapext bmbt owner change
Brian Foster
2017-09-20
2
-19
/
+66
*
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
2017-09-20
2
-3
/
+6
*
xfs: move bmbt owner change to last step of extent swap
Brian Foster
2017-09-20
1
-18
/
+26
*
xfs: skip bmbt block ino validation during owner change
Brian Foster
2017-09-20
3
-1
/
+4
*
xfs: don't log dirty ranges for ordered buffers
Brian Foster
2017-09-20
3
-18
/
+16
*
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
2017-09-20
2
-17
/
+33
*
xfs: ordered buffer log items are never formatted
Brian Foster
2017-09-20
2
-11
/
+2
*
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
2017-09-20
2
-30
/
+33
*
xfs: open-code xfs_buf_item_dirty()
Brian Foster
2017-09-20
3
-13
/
+1
*
xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
Omar Sandoval
2017-09-20
2
-10
/
+23
*
xfs: evict all inodes involved with log redo item
Darrick J. Wong
2017-09-20
3
-1
/
+13
*
xfs: stop searching for free slots in an inode chunk when there are none
Carlos Maiolino
2017-09-20
1
-28
/
+27
*
xfs: add log recovery tracepoint for head/tail
Brian Foster
2017-09-20
2
-0
/
+20
*
xfs: handle -EFSCORRUPTED during head/tail verification
Brian Foster
2017-09-20
1
-4
/
+3
*
xfs: fix log recovery corruption error due to tail overwrite
Brian Foster
2017-09-20
1
-31
/
+77
*
xfs: always verify the log tail during recovery
Brian Foster
2017-09-20
1
-23
/
+3
*
xfs: fix recovery failure when log record header wraps log end
Brian Foster
2017-09-20
1
-4
/
+14
*
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
2017-09-20
6
-5
/
+108
*
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
2017-09-20
2
-3
/
+36
*
xfs: remove xfs_trans_ail_delete_bulk
Christoph Hellwig
2017-09-20
3
-60
/
+55
*
xfs: toggle readonly state around xfs_log_mount_finish
Eric Sandeen
2017-09-20
1
-0
/
+7
*
xfs: write unmount record for ro mounts
Eric Sandeen
2017-09-20
1
-2
/
+5
*
iomap: fix integer truncation issues in the zeroing and dirtying helpers
Christoph Hellwig
2017-09-20
1
-2
/
+2
*
xfs: don't leak quotacheck dquots when cow recovery
Darrick J. Wong
2017-09-20
1
-0
/
+2
*
xfs: clear MS_ACTIVE after finishing log recovery
Darrick J. Wong
2017-09-20
2
-10
/
+11
*
xfs: fix inobt inode allocation search optimization
Omar Sandoval
2017-09-20
1
-1
/
+1
*
xfs: Fix per-inode DAX flag inheritance
Lukas Czerner
2017-09-20
1
-5
/
+7
*
xfs: fix multi-AG deadlock in xfs_bunmapi
Christoph Hellwig
2017-09-20
1
-0
/
+12
*
xfs: fix quotacheck dquot id overflow infinite loop
Brian Foster
2017-09-20
1
-0
/
+3
*
xfs: check _alloc_read_agf buffer pointer before using
Darrick J. Wong
2017-09-20
2
-0
/
+6
*
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
2017-09-20
2
-1
/
+10
*
xfs: check _btree_check_block value
Darrick J. Wong
2017-09-20
1
-2
/
+4
*
xfs: don't crash on unexpected holes in dir/attr btrees
Darrick J. Wong
2017-09-20
4
-5
/
+5
*
xfs: free cowblocks and retry on buffered write ENOSPC
Brian Foster
2017-09-20
1
-0
/
+1
*
xfs: free uncommitted transactions during log recovery
Brian Foster
2017-09-20
1
-1
/
+20
*
xfs: don't allow bmap on rt files
Darrick J. Wong
2017-09-20
1
-2
/
+5
*
xfs: remove bli from AIL before release on transaction abort
Brian Foster
2017-09-20
1
-9
/
+12
*
xfs: release bli from transaction properly on fs shutdown
Brian Foster
2017-09-20
1
-7
/
+14
*
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
2017-09-20
7
-24
/
+71
*
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
Brian Foster
2017-09-20
4
-1
/
+89
[next]