Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d7391962d723c92fbf02d2aa823e9f42413c76a7
/
fs
d739196
f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
by Chao Yu
· 6 years ago
198c998
f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
by Chao Yu
· 6 years ago
2938651
CIFS: fix POSIX lock leak and invalid ptr deref
by Aurelien Aptel
· 6 years ago
2dbc7c6
ext4: cleanup bh release code in ext4_ind_remove_space()
by zhangyi (F)
· 6 years ago
07d0d2b
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
by YueHaibing
· 6 years ago
3b3fcc3
ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
by Darrick J. Wong
· 6 years ago
72b790c4
fs/open.c: allow opening only regular files during execve()
by Tetsuo Handa
· 6 years ago
6475154
NFSv4.1 don't free interrupted slot on open
by Olga Kornievskaia
· 6 years ago
da57cba
NFS: fix mount/umount race in nlmclnt.
by NeilBrown
· 6 years ago
fd1b253
Btrfs: fix assertion failure on fsync with NO_HOLES enabled
by Filipe Manana
· 6 years ago
0ae3b84
btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size
by Nikolay Borisov
· 6 years ago
1cf4ab0
btrfs: raid56: properly unmap parity page in finish_parity_scrub()
by Andrea Righi
· 6 years ago
d952c33
btrfs: don't report readahead errors and don't update statistics
by David Sterba
· 6 years ago
b57220c
btrfs: remove WARN_ON in log_dir_items
by Josef Bacik
· 6 years ago
22dcb30
Btrfs: fix incorrect file size after shrinking truncate and fsync
by Filipe Manana
· 6 years ago
1fd916e
f2fs: fix to avoid deadlock of atomic file operations
by Chao Yu
· 6 years ago
d12d864
ext4: brelse all indirect buffer in ext4_ind_remove_space()
by zhangyi (F)
· 6 years ago
76c9ee6
ext4: fix data corruption caused by unaligned direct AIO
by Lukas Czerner
· 6 years ago
558331d
ext4: fix NULL pointer dereference while journal is aborted
by Jiufei Xue
· 6 years ago
38bd575
SMB3: Fix SMB3.1.1 guest mounts to Samba
by Steve French
· 6 years ago
14c52ac
cifs: allow guest mounts to work for smb3.11
by Ronnie Sahlberg
· 6 years ago
c72e90d
udf: Fix crash on IO error during truncate
by Jan Kara
· 6 years ago
4af185f
NFSv4.1: Reinitialise sequence results before retransmitting a request
by Trond Myklebust
· 6 years ago
ecab6ab
nfsd: fix wrong check in write_v4_end_grace()
by Yihao Wu
· 6 years ago
8056912
nfsd: fix memory corruption caused by readdir
by NeilBrown
· 6 years ago
10a68cd
nfsd: fix performance-limiting session calculation
by J. Bruce Fields
· 6 years ago
2c648ca
NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
by Trond Myklebust
· 6 years ago
63b0ee1
NFS: Fix an I/O request leakage in nfs_do_recoalesce
by Trond Myklebust
· 6 years ago
be74fdd
NFS: Fix I/O request leakages
by Trond Myklebust
· 6 years ago
584f390
jbd2: fix compile warning when using JBUFFER_TRACE
by zhangyi (F)
· 6 years ago
dbe4bc9
jbd2: clear dirty flag when revoking a buffer from an older transaction
by zhangyi (F)
· 6 years ago
62600af
ext2: Fix underflow in ext2_max_size()
by Jan Kara
· 6 years ago
8a4fdc6
ext4: fix crash during online resizing
by Jan Kara
· 6 years ago
a0d876c
ext4: add mask of ext4 flags to swap
by yangerkun
· 6 years ago
048bfb5
ext4: update quota information while swapping boot loader inode
by yangerkun
· 6 years ago
071f681
ext4: cleanup pagecache before swap i_data
by yangerkun
· 6 years ago
cdf9941
ext4: fix check of inode in swap_inode_boot_loader
by yangerkun
· 6 years ago
898488e
Btrfs: fix corruption reading shared and compressed extents after hole punching
by Filipe Manana
· 6 years ago
1a00f7f
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
by Johannes Thumshirn
· 6 years ago
6e24f5a
Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
by Filipe Manana
· 6 years ago
61f9209
Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
by Filipe Manana
· 6 years ago
205f149
ovl: Do not lose security.capability xattr over metadata file copy-up
by Vivek Goyal
· 6 years ago
6f048ae
ovl: During copy up, first copy up data and then xattrs
by Vivek Goyal
· 6 years ago
2af926f
splice: don't merge into linked buffers
by Jann Horn
· 6 years ago
1c2123f
fs/devpts: always delete dcache dentry-s in dput()
by Varad Gautam
· 6 years ago
43eaa6c
CIFS: Fix read after write for files with read caching
by Pavel Shilovsky
· 6 years ago
dc8e8ad
CIFS: Do not skip SMB2 message IDs on send failures
by Pavel Shilovsky
· 6 years ago
3ed9f22
CIFS: Do not reset lease state to NONE on lease break
by Pavel Shilovsky
· 6 years ago
7a8b048
fix cgroup_do_mount() handling of failure exits
by Al Viro
· 6 years ago
7268328
keys: Fix dependency loop between construction record and auth key
by David Howells
· 6 years ago
6c023d8
NFS: Don't use page_file_mapping after removing the page
by Benjamin Coddington
· 6 years ago
e08ba89
9p: use inode->i_lock to protect i_size_write() under 32-bit
by Hou Tao
· 6 years ago
2835c05
f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
by Jaegeuk Kim
· 6 years ago
b4d965a
cifs: allow calling SMB2_xxx_free(NULL)
by Ronnie Sahlberg
· 6 years ago
4f5a4c8
gfs2: Fix missed wakeups in find_insert_glock
by Andreas Gruenbacher
· 6 years ago
72426ed
fs: ratelimit __find_get_block_slow() failure message.
by Tetsuo Handa
· 6 years ago
9292789
autofs: fix error return in autofs_fill_super()
by Ian Kent
· 6 years ago
1efb234
autofs: drop dentry reference only when it is never used
by Pan Bian
· 6 years ago
3d0acc0
fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()
by Jan Kara
· 6 years ago
845d73b
proc: fix /proc/net/* after setns(2)
by Alexey Dobriyan
· 6 years ago
6efd69d
cifs: fix computation for MAX_SMB2_HDR_SIZE
by Ronnie Sahlberg
· 6 years ago
5c72ca3b
nfs: Fix NULL pointer dereference of dev_name
by Yao Liu
· 6 years ago
d9ba842
iomap: fix a use after free in iomap_dio_rw
by Christoph Hellwig
· 6 years ago
d23792f
iomap: get/put the page in iomap_page_create/release()
by Piotr Jaroszynski
· 6 years ago
b60d90b
exec: Fix mem leak in kernel_read_file
by YueHaibing
· 6 years ago
f5e66cd
aio: Fix locking in aio_poll()
by Bart Van Assche
· 6 years ago
527cabf
hugetlbfs: fix races and page leaks during migration
by Mike Kravetz
· 6 years ago
edca54b
writeback: synchronize sync(2) against cgroup writeback membership switches
by Tejun Heo
· 7 years ago
c5a1dc2
direct-io: allow direct writes to empty inodes
by Ernesto A. Fernández
· 6 years ago
5d6af6f
afs: Fix key refcounting in file locking code
by David Howells
· 6 years ago
dc4ec1b
afs: Don't set vnode->cb_s_break in afs_validate()
by Marc Dionne
· 6 years ago
a89e0d5
proc, oom: do not report alien mms when setting oom_score_adj
by Michal Hocko
· 6 years ago
b8d7fb1
ceph: avoid repeatedly adding inode to mdsc->snap_flush_list
by Yan, Zheng
· 6 years ago
dd5f4d0
mm: proc: smaps_rollup: fix pss_locked calculation
by Sandeep Patil
· 6 years ago
8d485d3
Revert "mm: don't reclaim inodes with many attached pages"
by Dave Chinner
· 6 years ago
93769fe
Revert "nfsd4: return default lease period"
by J. Bruce Fields
· 6 years ago
b1765eb
CIFS: Do not assume one credit for async responses
by Pavel Shilovsky
· 6 years ago
63715c1
cifs: Limit memory used by lock request calls to a page
by Ross Lagerwall
· 6 years ago
c2109f05
Revert "exec: load_script: don't blindly truncate shebang string"
by Linus Torvalds
· 6 years ago
28f49e7
Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
by Theodore Ts'o
· 6 years ago
c619140
debugfs: fix debugfs_rename parameter checking
by Greg Kroah-Hartman
· 6 years ago
6ccc9e1
fuse: handle zero sized retrieve correctly
by Miklos Szeredi
· 6 years ago
f99027a
fuse: decrement NR_WRITEBACK_TEMP on the right page
by Miklos Szeredi
· 6 years ago
48be0eb
fuse: call pipe_buf_release() under pipe lock
by Jann Horn
· 6 years ago
1f78052
xfs: eof trim writeback mapping as soon as it is cached
by Brian Foster
· 6 years ago
0c802cb
xfs: fix inverted return from xfs_btree_sblock_verify_crc
by Eric Sandeen
· 6 years ago
c6c20af
xfs: fix PAGE_MASK usage in xfs_free_file_space
by Darrick J. Wong
· 6 years ago
757332c
fs/xfs: fix f_ffree value for statfs when project quota is set
by Ye Yin
· 6 years ago
886f0de
xfs: delalloc -> unwritten COW fork allocation can go wrong
by Dave Chinner
· 6 years ago
5a7455e
xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
by Dave Chinner
· 6 years ago
c3a66bf
xfs: fix shared extent data corruption due to missing cow reservation
by Brian Foster
· 6 years ago
a96f3a5
xfs: fix overflow in xfs_attr3_leaf_verify
by Dave Chinner
· 6 years ago
b6095cb
xfs: Fix error code in 'xfs_ioc_getbmap()'
by Christophe JAILLET
· 6 years ago
a585ac0
xfs: cancel COW blocks before swapext
by Christoph Hellwig
· 6 years ago
62c7c0a
xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
by Carlos Maiolino
· 6 years ago
ab5f740
exec: load_script: don't blindly truncate shebang string
by Oleg Nesterov
· 6 years ago
9cb8f80
fs/epoll: drop ovflist branch prediction
by Davidlohr Bueso
· 6 years ago
066206b
ocfs2: improve ocfs2 Makefile
by Larry Chen
· 6 years ago
69e63b4
ocfs2: don't clear bh uptodate for block read
by Junxiao Bi
· 6 years ago
df13b03
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
Next »