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
2014-06-30
epoll: fix use-after-free in eventpoll_release_file
Konstantin Khlebnikov
1
-2
/
+2
2014-06-30
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
3
-16
/
+36
2014-06-30
btrfs: fix lockdep warning with reclaim lock inversion
Jeff Mahoney
1
-3
/
+7
2014-06-30
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-30
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-30
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-30
Btrfs: don't check nodes for extent items
Josef Bacik
1
-2
/
+3
2014-06-30
fs: btrfs: volumes.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-2
/
+3
2014-06-30
Btrfs: send, don't error in the presence of subvols/snapshots
Filipe Manana
1
-0
/
+4
2014-06-30
Btrfs: set right total device count for seeding support
Wang Shilong
1
-1
/
+0
2014-06-30
Btrfs: mark mapping with error flag to report errors to userspace
Liu Bo
1
-0
/
+2
2014-06-30
Btrfs: fix NULL pointer crash of deleting a seed device
Liu Bo
1
-4
/
+8
2014-06-30
Btrfs: make sure there are not any read requests before stopping workers
Wang Shilong
1
-0
/
+5
2014-06-30
Btrfs: output warning instead of error when loading free space cache failed
Miao Xie
1
-2
/
+2
2014-06-30
btrfs: Add ctime/mtime update for btrfs device add/remove.
Qu Wenruo
1
-2
/
+24
2014-06-30
Btrfs: fix double free in find_lock_delalloc_range
Chris Mason
1
-0
/
+1
2014-06-30
CIFS: Fix memory leaks in SMB2_open
Pavel Shilovsky
1
-1
/
+6
2014-06-30
aio: fix kernel memory disclosure in io_getevents() introduced in v3.10
Benjamin LaHaise
1
-0
/
+3
2014-06-30
aio: fix aio request leak when events are reaped by userspace
Benjamin LaHaise
1
-2
/
+1
2014-06-30
ext4: fix wrong assert in ext4_mb_normalize_request()
Maurizio Lombardi
1
-1
/
+1
2014-06-30
ext4: fix zeroing of page during writeback
Jan Kara
1
-13
/
+11
2014-06-30
ext4: fix data integrity sync in ordered mode
Namjae Jeon
3
-5
/
+12
2014-06-16
fs,userns: Change inode_capable to capable_wrt_inode_uidgid
Andy Lutomirski
4
-13
/
+18
2014-06-11
mm: add !pte_present() check on existing hugetlb_entry callbacks
Naoya Horiguchi
1
-1
/
+1
2014-06-07
sysfs: make sure read buffer is zeroed
Tejun Heo
1
-1
/
+2
2014-06-07
metag: Reduce maximum stack size to 256MB
James Hogan
1
-3
/
+3
2014-06-07
nfsd4: remove lockowner when removing lock stateid
J. Bruce Fields
1
-2
/
+9
2014-06-07
nfsd4: warn on finding lockowner without stateid's
J. Bruce Fields
1
-0
/
+4
2014-06-07
NFSD: Call ->set_acl with a NULL ACL structure if no entries
Kinglong Mee
1
-8
/
+9
2014-06-07
NFSd: call rpc_destroy_wait_queue() from free_client()
Trond Myklebust
1
-0
/
+1
2014-06-07
NFSd: Move default initialisers from create_client() to alloc_client()
Trond Myklebust
1
-12
/
+12
2014-06-07
fix races between __d_instantiate() and checks of dentry flags
Al Viro
2
-5
/
+4
2014-06-07
autofs: fix lockref lookup
Ian Kent
1
-2
/
+2
2014-06-07
ceph: clear directory's completeness when creating file
Yan, Zheng
3
-60
/
+21
2014-06-07
fs/affs/super.c: bugfix / double free
Fabian Frederick
1
-2
/
+0
2014-06-07
posix_acl: handle NULL ACL in posix_acl_equiv_mode
Christoph Hellwig
1
-0
/
+6
2014-06-07
aio: fix potential leak in aio_run_iocb().
Leon Yu
1
-4
/
+2
2014-06-07
coredump: fix va_list corruption
Eric Dumazet
1
-1
/
+6
2014-06-07
kernfs: add back missing error check in kernfs_fop_mmap()
Tejun Heo
1
-0
/
+2
2014-05-31
fs: Don't return 0 from get_anon_bdev
Thomas Bächler
1
-1
/
+4
2014-05-31
cifs: Wait for writebacks to complete before attempting write.
Sachin Prabhu
8
-9
/
+164
2014-05-31
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2
-21
/
+9
2014-05-13
lockd: ensure we tear down any live sockets when socket creation fails during...
Jeff Layton
1
-0
/
+1
2014-05-13
aio: v4 ensure access to ctx->ring_pages is correctly serialised for migration
Benjamin LaHaise
1
-53
/
+67
2014-05-13
locks: allow __break_lease to sleep even when break_time is 0
Jeff Layton
1
-4
/
+3
2014-05-06
ext4: use i_size_read in ext4_unaligned_aio()
Theodore Ts'o
1
-1
/
+1
2014-05-06
ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()
Theodore Ts'o
2
-20
/
+13
2014-05-06
ext4: fix jbd2 warning under heavy xattr load
Jan Kara
1
-4
/
+19
2014-05-06
ext4: note the error in ext4_end_bio()
Matthew Wilcox
1
-2
/
+3
2014-05-06
ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS
Kazuya Mio
1
-0
/
+4
[next]