index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-27
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
zhangyi (F)
1
-7
/
+31
2017-09-27
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
1
-3
/
+3
2017-09-27
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
1
-2
/
+2
2017-09-27
orangefs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-20
/
+28
2017-09-20
xfs: fix compiler warnings
Darrick J. Wong
5
-8
/
+11
2017-09-20
xfs: use kmem_free to free return value of kmem_zalloc
Pan Bian
1
-1
/
+1
2017-09-20
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
Christoph Hellwig
1
-24
/
+47
2017-09-20
xfs: don't set v3 xflags for v2 inodes
Christoph Hellwig
1
-13
/
+25
2017-09-20
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
1
-7
/
+0
2017-09-20
xfs: disable per-inode DAX flag
Christoph Hellwig
1
-1
/
+2
2017-09-20
xfs: relog dirty buffers during swapext bmbt owner change
Brian Foster
2
-18
/
+65
2017-09-20
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
2
-3
/
+6
2017-09-20
xfs: move bmbt owner change to last step of extent swap
Brian Foster
1
-18
/
+26
2017-09-20
xfs: skip bmbt block ino validation during owner change
Brian Foster
3
-1
/
+4
2017-09-20
xfs: don't log dirty ranges for ordered buffers
Brian Foster
3
-18
/
+16
2017-09-20
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
2
-17
/
+33
2017-09-20
xfs: ordered buffer log items are never formatted
Brian Foster
2
-11
/
+2
2017-09-20
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
2
-30
/
+33
2017-09-20
xfs: open-code xfs_buf_item_dirty()
Brian Foster
3
-13
/
+1
2017-09-20
xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
Omar Sandoval
2
-10
/
+23
2017-09-20
xfs: evict all inodes involved with log redo item
Darrick J. Wong
3
-1
/
+13
2017-09-20
xfs: stop searching for free slots in an inode chunk when there are none
Carlos Maiolino
1
-28
/
+27
2017-09-20
xfs: handle -EFSCORRUPTED during head/tail verification
Brian Foster
1
-4
/
+3
2017-09-20
xfs: fix log recovery corruption error due to tail overwrite
Brian Foster
1
-31
/
+77
2017-09-20
xfs: always verify the log tail during recovery
Brian Foster
1
-23
/
+3
2017-09-20
xfs: fix recovery failure when log record header wraps log end
Brian Foster
1
-4
/
+14
2017-09-20
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
6
-5
/
+108
2017-09-20
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
2
-3
/
+36
2017-09-20
xfs: toggle readonly state around xfs_log_mount_finish
Eric Sandeen
1
-0
/
+7
2017-09-20
xfs: write unmount record for ro mounts
Eric Sandeen
1
-2
/
+5
2017-09-20
fuse: allow server to run in different pid_ns
Miklos Szeredi
2
-9
/
+7
2017-09-20
ovl: fix false positive ESTALE on lookup
Amir Goldstein
1
-4
/
+7
2017-09-20
f2fs: check hot_data for roll-forward recovery
Jaegeuk Kim
1
-1
/
+1
2017-09-20
f2fs: let fill_super handle roll-forward errors
Jaegeuk Kim
1
-2
/
+0
2017-09-13
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
Richard Wareing
1
-1
/
+8
2017-09-13
NFSv4: Fix up mirror allocation
Trond Myklebust
1
-34
/
+39
2017-09-13
NFS: Sync the correct byte range during synchronous writes
tarangg@amazon.com
1
-3
/
+3
2017-09-13
NFS: Fix 2 use after free issues in the I/O code
Trond Myklebust
3
-17
/
+12
2017-09-13
btrfs: resume qgroup rescan on rw remount
Aleksa Sarai
1
-0
/
+2
2017-09-09
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2017-09-01
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-2
/
+27
2017-09-01
epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
Oleg Nesterov
1
-16
/
+26
2017-09-01
Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-18
/
+18
2017-09-01
Fix warning messages when mounting to older servers
Steve French
2
-2
/
+27
2017-08-31
Merge tag 'cifs-fixes-for-4.13-rc7-and-stable' of git://git.samba.org/sfrench...
Linus Torvalds
2
-3
/
+3
2017-08-31
Merge branch 'mmu_notifier_fixes'
Linus Torvalds
1
-8
/
+11
2017-08-31
jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes
Dave Kleikamp
1
-9
/
+3
2017-08-31
dax: update to new mmu_notifier semantic
Jérôme Glisse
1
-8
/
+11
2017-09-01
ceph: fix readpage from fscache
Yan, Zheng
2
-18
/
+18
2017-08-30
CIFS: remove endian related sparse warning
Steve French
1
-1
/
+1
[next]