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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
4
-42
/
+40
2017-06-22
ext4: move struct ext4_xattr_inode_array to xattr.h
Tahsin Erdogan
2
-4
/
+5
2017-06-22
ext4: modify ext4_xattr_ino_array to hold struct inode *
Tahsin Erdogan
4
-59
/
+53
2017-06-21
ext4: improve journal credit handling in set xattr paths
Tahsin Erdogan
5
-32
/
+51
2017-06-21
ext4: ext4_xattr_delete_inode() should return accurate errors
Tahsin Erdogan
1
-6
/
+10
2017-06-21
ext4: retry storing value in external inode with xattr block too
Tahsin Erdogan
1
-17
/
+18
2017-06-21
ext4: fix credits calculation for xattr inode
Tahsin Erdogan
1
-2
/
+1
2017-06-21
ext4: fix ext4_xattr_cmp()
Tahsin Erdogan
1
-1
/
+2
2017-06-21
ext4: fix ext4_xattr_move_to_block()
Tahsin Erdogan
1
-6
/
+13
2017-06-21
ext4: fix ext4_xattr_make_inode_space() value size calculation
Tahsin Erdogan
1
-5
/
+8
2017-06-21
ext4: ext4_xattr_value_same() should return false for external data
Tahsin Erdogan
1
-0
/
+3
2017-06-21
ext4: add missing le32_to_cpu(e_value_inum) conversions
Tahsin Erdogan
1
-4
/
+5
2017-06-21
ext4: clean up ext4_xattr_inode_get()
Tahsin Erdogan
1
-22
/
+13
2017-06-21
ext4: change ext4_xattr_inode_iget() signature
Tahsin Erdogan
2
-35
/
+40
2017-06-21
ext4: extended attribute value size limit is enforced by vfs
Tahsin Erdogan
1
-6
/
+0
2017-06-21
ext4: fix ref counting for ea_inode
Tahsin Erdogan
1
-2
/
+1
2017-06-21
ext4: call journal revoke when freeing ea_inode blocks
Tahsin Erdogan
2
-2
/
+4
2017-06-21
ext4: ea_inode owner should be the same as the inode owner
Tahsin Erdogan
1
-1
/
+2
2017-06-21
ext4: attach jinode after creation of xattr inode
Tahsin Erdogan
1
-0
/
+6
2017-06-21
ext4: do not set posix acls on xattr inodes
Tahsin Erdogan
4
-12
/
+18
2017-06-21
ext4: lock inode before calling ext4_orphan_add()
Tahsin Erdogan
1
-0
/
+2
2017-06-21
ext4: fix lockdep warning about recursive inode locking
Tahsin Erdogan
3
-0
/
+16
2017-06-21
ext4: xattr-in-inode support
Andreas Dilger
6
-56
/
+604
2017-06-21
ext4: add largedir feature
Artem Blagodarenko
4
-47
/
+113
2017-05-29
ext4: fix fdatasync(2) after extent manipulation operations
Jan Kara
2
-0
/
+7
2017-05-26
ext4: fix data corruption for mmap writes
Jan Kara
1
-2
/
+16
2017-05-26
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
Jan Kara
1
-43
/
+37
2017-05-24
ext4: fix quota charging for shared xattr blocks
Tahsin Erdogan
5
-0
/
+37
2017-05-24
ext4: remove redundant check for encrypted file on dio write path
Eric Biggers
1
-3
/
+0
2017-05-24
ext4: remove unused d_name argument from ext4_search_dir() et al.
Eric Biggers
3
-13
/
+7
2017-05-24
ext4: fix off-by-one error when writing back pages before dio read
Eric Biggers
1
-1
/
+1
2017-05-24
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
Eryu Guan
1
-1
/
+1
2017-05-21
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
1
-2
/
+3
2017-05-21
ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors
Konstantin Khlebnikov
1
-9
/
+14
2017-05-21
ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
Jan Kara
1
-1
/
+1
2017-05-21
ext4: fix SEEK_HOLE
Jan Kara
1
-36
/
+14
2017-05-21
jbd2: preserve original nofs flag during journal restart
Tahsin Erdogan
1
-0
/
+6
2017-05-21
ext4: clear lockdep subtype for quota files on quota off
Jan Kara
1
-9
/
+5
2017-05-21
Linux 4.12-rc2
v4.12-rc2
Linus Torvalds
1
-1
/
+1
2017-05-21
x86: fix 32-bit case of __get_user_asm_u64()
Linus Torvalds
1
-3
/
+3
2017-05-21
Clean up x86 unsafe_get/put_user() type handling
Linus Torvalds
1
-2
/
+3
2017-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-3
/
+5
2017-05-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-1
/
+28
2017-05-21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+11
2017-05-21
osf_wait4(): fix infoleak
Al Viro
1
-2
/
+4
2017-05-21
fix unsafe_put_user()
Al Viro
1
-1
/
+1
2017-05-20
Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-11
/
+72
2017-05-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-36
/
+59
2017-05-20
nvmet: release the sq ref on rdma read errors
Vijay Immanuel
3
-0
/
+8
2017-05-20
nvmet-fc: remove target cpu scheduling flag
James Smart
4
-15
/
+3
[next]