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
2019-05-22
ext4: don't update s_rev_level if not required
Andreas Dilger
3
-3
/
+5
2019-05-22
ext4: fix compile error when using BUFFER_TRACE
zhangyi (F)
1
-1
/
+1
2019-05-22
pstore: Refactor compression initialization
Kees Cook
1
-15
/
+33
2019-05-22
pstore: Allocate compression during late_initcall()
Joel Fernandes (Google)
2
-2
/
+10
2019-05-22
pstore: Centralize init/exit routines
Kees Cook
3
-11
/
+28
2019-05-22
jbd2: fix potential double free
Chengguang Xu
3
-33
/
+56
2019-05-22
ext4: avoid panic during forced reboot due to aborted journal
Jan Kara
1
-1
/
+1
2019-05-22
ext4: fix use-after-free in dx_release()
Sahitya Tummala
1
-1
/
+4
2019-05-22
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
1
-0
/
+7
2019-05-22
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
1
-2
/
+15
2019-05-22
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
1
-3
/
+8
2019-05-22
Btrfs: do not start a transaction at iterate_extent_inodes()
Filipe Manana
1
-6
/
+12
2019-05-22
Btrfs: do not start a transaction during fiemap
Filipe Manana
1
-6
/
+10
2019-05-22
Btrfs: send, flush dellaloc in order to avoid data loss
Filipe Manana
1
-0
/
+36
2019-05-22
btrfs: Honour FITRIM range constraints during free space trim
Nikolay Borisov
1
-6
/
+19
2019-05-22
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
Nikolay Borisov
1
-6
/
+11
2019-05-22
btrfs: Check the first key and level for cached extent buffer
Qu Wenruo
3
-5
/
+18
2019-05-22
ext4: fix ext4_show_options for file systems w/o journal
Debabrata Banerjee
1
-1
/
+1
2019-05-22
ext4: actually request zeroing of inode table after grow
Kirill Tkhai
1
-1
/
+1
2019-05-22
ext4: fix use-after-free race with debug_want_extra_isize
Barret Rhoden
1
-24
/
+34
2019-05-22
ext4: avoid drop reference to iloc.bh twice
Pan Bian
1
-0
/
+1
2019-05-22
ext4: ignore e_value_offs for xattrs with value-in-ea-inode
Theodore Ts'o
1
-1
/
+1
2019-05-22
ext4: make sanity check in mballoc more strict
Jan Kara
1
-1
/
+1
2019-05-22
jbd2: check superblock mapped prior to committing
Jiufei Xue
1
-0
/
+4
2019-05-22
ocfs2: fix ocfs2 read inode data panic in ocfs2_iget
Shuning Zhang
1
-1
/
+29
2019-05-22
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
1
-5
/
+2
2019-05-22
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
1
-4
/
+2
2019-05-16
afs: Unlock pages for __pagevec_release()
Marc Dionne
1
-0
/
+1
2019-05-16
kernfs: fix barrier usage in __kernfs_new_node()
Andrea Parri
1
-3
/
+2
2019-05-08
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
2
-2
/
+21
2019-05-08
hugetlbfs: fix memory leak for resv_map
Mike Kravetz
1
-6
/
+14
2019-05-08
debugfs: fix use-after-free on symlink traversal
Al Viro
1
-4
/
+9
2019-05-08
jffs2: fix use-after-free on symlink traversal
Al Viro
2
-6
/
+4
2019-05-04
ceph: fix use-after-free on symlink traversal
Al Viro
1
-1
/
+1
2019-05-04
NFS: Fix a typo in nfs_init_timeout_values()
Trond Myklebust
1
-1
/
+1
2019-05-04
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
3
-10
/
+18
2019-05-02
Fix aio_poll() races
Al Viro
1
-50
/
+40
2019-05-02
aio: store event at final iocb_put()
Al Viro
1
-16
/
+17
2019-05-02
aio: keep io_event in aio_kiocb
Al Viro
1
-18
/
+13
2019-05-02
aio: fold lookup_kiocb() into its sole caller
Al Viro
1
-22
/
+7
2019-05-02
pin iocb through aio.
Linus Torvalds
1
-16
/
+21
2019-05-02
aio: simplify - and fix - fget/fput for io_submit()
Linus Torvalds
1
-43
/
+29
2019-05-02
aio: initialize kiocb private in case any filesystems expect it.
Mike Marshall
1
-0
/
+1
2019-05-02
aio: abstract out io_event filler helper
Jens Axboe
1
-4
/
+10
2019-05-02
aio: split out iocb copy from io_submit_one()
Jens Axboe
1
-30
/
+38
2019-05-02
aio: use iocb_put() instead of open coding it
Jens Axboe
1
-2
/
+1
2019-05-02
aio: don't zero entire aio_kiocb aio_get_req()
Jens Axboe
1
-2
/
+7
2019-05-02
aio: separate out ring reservation from req allocation
Christoph Hellwig
1
-13
/
+17
2019-05-02
aio: use assigned completion handler
Jens Axboe
1
-1
/
+1
2019-05-02
aio: clear IOCB_HIPRI
Christoph Hellwig
1
-3
/
+8
[next]