Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
f29f3616b9328e17f902f1839634b2440ca07982
/
fs
782b361
tmpfs: clear S_ISGID when setting posix ACLs
by Gu Zheng
· 8 years ago
396b251
NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
by NeilBrown
· 8 years ago
e331f2f
NFS: Fix a performance regression in readdir
by Trond Myklebust
· 8 years ago
4c4d4be
pNFS: Fix race in pnfs_wait_on_layoutreturn
by Trond Myklebust
· 8 years ago
633b570
NFS: fix typo in parameter description
by Wei Yongjun
· 8 years ago
7a1dcd9
btrfs: fix error handling when run_delayed_extent_op fails
by Jeff Mahoney
· 8 years ago
003e316
btrfs: fix locking when we put back a delayed ref that's too new
by Jeff Mahoney
· 8 years ago
00cf64f
sysctl: Drop reference added by grab_header in proc_sys_readdir
by Zhou Chengming
· 8 years ago
1a62a0f
mnt: Protect the mountpoint hashtable with mount_lock
by Eric W. Biederman
· 8 years ago
28dad9a
btrfs: fix crash when tracepoint arguments are freed by wq callbacks
by David Sterba
· 8 years ago
6ba35da
xfs: Timely free truncated dirty pages
by Jan Kara
· 8 years ago
6c9bd81
ocfs2: fix crash caused by stale lvb with fsdlm plugin
by Eric Ren
· 8 years ago
1b9c255
xfs: fix max_retries _show and _store functions
by Carlos Maiolino
· 8 years ago
91192ae
xfs: fix crash and data corruption due to removal of busy COW extents
by Christoph Hellwig
· 8 years ago
b96e4e8
xfs: use the actual AG length when reserving blocks
by Darrick J. Wong
· 8 years ago
d9c7c9f
xfs: fix double-cleanup when CUI recovery fails
by Darrick J. Wong
· 8 years ago
aa38f37
xfs: use GPF_NOFS when allocating btree cursors
by Darrick J. Wong
· 8 years ago
3c382dd
xfs: ignore leaf attr ichdr.count in verifier during log replay
by Eric Sandeen
· 8 years ago
c0020338
xfs: don't cap maximum dedupe request length
by Darrick J. Wong
· 8 years ago
f8b2070
xfs: don't allow di_size with high bit set
by Darrick J. Wong
· 8 years ago
12815dd
xfs: error out if trying to add attrs and anextents > 0
by Darrick J. Wong
· 8 years ago
cd4bf1d
xfs: don't crash if reading a directory results in an unexpected hole
by Darrick J. Wong
· 8 years ago
b88398d
xfs: complain if we don't get nextents bmap records
by Darrick J. Wong
· 8 years ago
4bb31bc
xfs: check for bogus values in btree block headers
by Darrick J. Wong
· 8 years ago
b85f324
xfs: forbid AG btrees with level == 0
by Darrick J. Wong
· 8 years ago
4081d4a
xfs: handle cow fork in xfs_bmap_trace_exlist
by Eric Sandeen
· 8 years ago
a585e1c
xfs: pass state not whichfork to trace_xfs_extlist
by Eric Sandeen
· 8 years ago
bdbfd4e
xfs: Move AGI buffer type setting to xfs_read_agi
by Eric Sandeen
· 8 years ago
06ac11d
xfs: pass post-eof speculative prealloc blocks to bmapi
by Brian Foster
· 8 years ago
553937d
xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
by Christoph Hellwig
· 8 years ago
3d6e3b1
xfs: clean up cow fork reservation and tag inodes correctly
by Brian Foster
· 8 years ago
4a32333
xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
by Christoph Hellwig
· 8 years ago
cf168f2
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
cf4fb51
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
by Christoph Hellwig
· 8 years ago
3903257
xfs: always succeed when deduping zero bytes
by Darrick J. Wong
· 8 years ago
2b7dae9
xfs: factor rmap btree size into the indlen calculations
by Darrick J. Wong
· 8 years ago
49dc199
xfs: new inode extent list lookup helpers
by Christoph Hellwig
· 8 years ago
b49ef75
xfs: fix unbalanced inode reclaim flush locking
by Brian Foster
· 8 years ago
63fa793
xfs: check minimum block size for CRC filesystems
by Darrick J. Wong
· 8 years ago
f380ee7
xfs: provide helper for counting extents from if_bytes
by Eric Sandeen
· 8 years ago
3978c5bb
xfs: don't BUG() on mixed direct and mapped I/O
by Brian Foster
· 8 years ago
2f09242
xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
by Brian Foster
· 8 years ago
a11f90c
xfs: check return value of _trans_reserve_quota_nblks
by Darrick J. Wong
· 8 years ago
ae8b6cb
xfs: don't call xfs_sb_quota_from_disk twice
by Eric Sandeen
· 8 years ago
a299abd
f2fs: hide a maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
725ba1a
f2fs: remove percpu_count due to performance regression
by Jaegeuk Kim
· 8 years ago
d259b68
fscrypt: fix renaming and linking special files
by Eric Biggers
· 8 years ago
ba15def
pNFS: Fix a deadlock between read resends and layoutreturn
by Trond Myklebust
· 8 years ago
e523ce8
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
by Trond Myklebust
· 8 years ago
f32659d
pNFS: Don't clear the layout stateid if a layout return is outstanding
by Trond Myklebust
· 8 years ago
24b049f
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
by Trond Myklebust
· 8 years ago
b775b86a
nfs_write_end(): fix handling of short copies
by Al Viro
· 8 years ago
6195cd1
bad_inode: add missing i_op initializers
by Miklos Szeredi
· 8 years ago
d06485e
fsnotify: Fix possible use-after-free in inode iteration on umount
by Jan Kara
· 8 years ago
11aa5c1
block: protect iterate_bdevs() against concurrent close
by Rabin Vincent
· 8 years ago
e120962
xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
by Eric Sandeen
· 8 years ago
c11a13d
xfs: fix up xfs_swap_extent_forks inline extent handling
by Eric Sandeen
· 8 years ago
c954acc
CIFS: Fix a possible memory corruption in push locks
by Pavel Shilovsky
· 8 years ago
9f9d982
CIFS: Decrease verbosity of ioctl call
by Pavel Shilovsky
· 8 years ago
46890ff
CIFS: Fix a possible double locking of mutex during reconnect
by Pavel Shilovsky
· 8 years ago
69d13b6
CIFS: Fix missing nls unload in smb2_reconnect()
by Pavel Shilovsky
· 8 years ago
48f9526
CIFS: Fix a possible memory corruption during reconnect
by Pavel Shilovsky
· 8 years ago
7aa58e7
cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack
by Andy Lutomirski
· 8 years ago
01e15b3
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
by Jaegeuk Kim
· 8 years ago
027611e
f2fs: fix overflow due to condition check order
by Jaegeuk Kim
· 8 years ago
1134ef1
f2fs: set ->owner for debugfs status file's file_operations
by Nicolai Stange
· 8 years ago
a43e1c4
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
by Jaegeuk Kim
· 8 years ago
9abce3c
ext4: do not perform data journaling when data is encrypted
by Sergey Karamov
· 8 years ago
acf3efd
ext4: return -ENOMEM instead of success
by Dan Carpenter
· 8 years ago
3e4f8da
ext4: reject inodes with negative size
by Darrick J. Wong
· 8 years ago
8084f57
ext4: add sanity checking to count_overhead()
by Theodore Ts'o
· 8 years ago
956e2a0
ext4: fix in-superblock mount options processing
by Theodore Ts'o
· 8 years ago
01772f4
ext4: use more strict checks for inodes_per_block on mount
by Theodore Ts'o
· 8 years ago
b493c71
ext4: fix stack memory corruption with 64k block size
by Chandan Rajendra
· 8 years ago
c3881ab
ext4: fix mballoc breakage with 64k block size
by Chandan Rajendra
· 8 years ago
24d1251
ext4: don't lock buffer in ext4_commit_super if holding spinlock
by Theodore Ts'o
· 8 years ago
e747b4a
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
by Eric W. Biederman
· 8 years ago
cfa2d65
block_dev: don't test bdev->bd_contains when it is not stable
by NeilBrown
· 8 years ago
b6cce9b
splice: reinstate SIGPIPE/EPIPE handling
by Linus Torvalds
· 8 years ago
c1df5a6
fs: exec: apply CLOEXEC before changing dumpable task flags
by Aleksa Sarai
· 8 years ago
21245b8
exec: Ensure mm->user_ns contains the execed files
by Eric W. Biederman
· 8 years ago
1a5ec7d
Btrfs: fix qgroup rescan worker initialization
by Filipe Manana
· 8 years ago
a1e0e04
Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()
by Filipe Manana
· 8 years ago
c01ea88
btrfs: store and load values of stripes_min/stripes_max in balance status item
by David Sterba
· 8 years ago
01f285f
Btrfs: fix relocation incorrectly dropping data references
by Filipe Manana
· 8 years ago
26dc524
Btrfs: fix tree search logic when replaying directory entry deletes
by Robbie Ko
· 8 years ago
664b053
Btrfs: fix deadlock caused by fsync when logging directory entries
by Robbie Ko
· 8 years ago
7d470f0
Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty
by Liu Bo
· 8 years ago
3bac322
btrfs: limit async_work allocation and worker func duration
by Maxim Patlasov
· 8 years ago
af9468d
Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
c3f4688
ceph: don't set req->r_locked_dir in ceph_d_revalidate
by Jeff Layton
· 8 years ago
c01638f
fuse: fix clearing suid, sgid for chown()
by Miklos Szeredi
· 8 years ago
2caceb3
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
a107bf8
isofs: add KERN_CONT to printing of ER records
by Mike Rapoport
· 8 years ago
c4fcfc1
ovl: fix d_real() for stacked fs
by Miklos Szeredi
· 8 years ago
ae9ebe7
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
by Eryu Guan
· 8 years ago
b8c6001
Call echo service immediately after socket reconnect
by Sachin Prabhu
· 8 years ago
5f4b556
CIFS: Fix BUG() in calc_seckey()
by Sachin Prabhu
· 8 years ago
8e54cad
fix default_file_splice_read()
by Al Viro
· 8 years ago
10b9dd5
Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
Next »