Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
78130819695f17f5c042d8ba097802639478faf5
/
fs
7813081
f2fs: fix to keep project quota consistent
by Chao Yu
· 6 years ago
af033b2
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
26b5a07
f2fs: cleanup dirty pages if recover failed
by Sheng Yong
· 6 years ago
1e78e8b
f2fs: fix data corruption issue with hardware encryption
by Sahitya Tummala
· 6 years ago
0c093b5
f2fs: fix to recover inode->i_flags of inode block during POR
by Chao Yu
· 6 years ago
9149a5e
f2fs: spread f2fs_set_inode_flags()
by Chao Yu
· 6 years ago
2baf078
f2fs: fix to spread clear_cold_data()
by Chao Yu
· 6 years ago
164a63f
Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
by Jaegeuk Kim
· 6 years ago
5f9abab
f2fs: account read IOs and use IO counts for is_idle
by Jaegeuk Kim
· 6 years ago
78efac5
f2fs: fix to account IO correctly for cgroup writeback
by Chao Yu
· 6 years ago
4c58ed0
f2fs: fix to account IO correctly
by Chao Yu
· 6 years ago
b93f654
f2fs: remove request_list check in is_idle()
by Jens Axboe
· 6 years ago
730746c
f2fs: allow to mount, if quota is failed
by Jaegeuk Kim
· 6 years ago
6390398
f2fs: update REQ_TIME in f2fs_cross_rename()
by Sahitya Tummala
· 6 years ago
c75f2fe
f2fs: do not update REQ_TIME in case of error conditions
by Sahitya Tummala
· 6 years ago
3b30eb1
f2fs: remove unneeded disable_nat_bits()
by Chao Yu
· 6 years ago
850971b
f2fs: remove unused sbi->trigger_ssr_threshold
by Chao Yu
· 6 years ago
ed15ba1
f2fs: shrink sbi->sb_lock coverage in set_file_temperature()
by Chao Yu
· 6 years ago
4dada3f
f2fs: use rb_*_cached friends
by Chao Yu
· 6 years ago
ef2a007
f2fs: fix to recover cold bit of inode block during POR
by Chao Yu
· 6 years ago
48018b4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
4354994
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
fb7d70d
f2fs: clear PageError on the read path
by Jaegeuk Kim
· 6 years ago
f847c69
f2fs: allow out-place-update for direct IO in LFS mode
by Chao Yu
· 6 years ago
39a8695
f2fs: refactor ->page_mkwrite() flow
by Chao Yu
· 6 years ago
bab475c
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
d440c52
f2fs: support superblock checksum
by Junling Zheng
· 6 years ago
274bd9b
f2fs: add to account skip count of background GC
by Chao Yu
· 6 years ago
b63e7be
f2fs: add to account meta IO
by Chao Yu
· 6 years ago
095680f
f2fs: keep lazytime on remount
by Jaegeuk Kim
· 6 years ago
89d13c3
f2fs: fix missing up_read
by Jaegeuk Kim
· 6 years ago
61f7725
f2fs: return correct errno in f2fs_gc
by Jaegeuk Kim
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
4a1728c
f2fs: mark inode dirty explicitly in recover_inode()
by Chao Yu
· 6 years ago
5cd1f38
f2fs: fix to recover inode's crtime during POR
by Chao Yu
· 6 years ago
7de36cf
f2fs: fix to recover inode's i_gc_failures during POR
by Chao Yu
· 6 years ago
19c73a6
f2fs: fix to recover inode's i_flags during POR
by Chao Yu
· 6 years ago
f4474aa
f2fs: fix to recover inode's project id during POR
by Chao Yu
· 6 years ago
0a4daae
f2fs: update i_size after DIO completion
by Jaegeuk Kim
· 6 years ago
d83d0f5
f2fs: report ENOENT correctly in f2fs_rename
by Jaegeuk Kim
· 6 years ago
c6b1867
f2fs: fix remount problem of option io_bits
by Chengguang Xu
· 6 years ago
dc4cd12
f2fs: fix to recover inode's uid/gid during POR
by Chao Yu
· 6 years ago
f84262b
f2fs: avoid infinite loop in f2fs_alloc_nid
by Jaegeuk Kim
· 6 years ago
a7d10cf
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
6f5c2ed
f2fs: split IO error injection according to RW
by Chao Yu
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
4cb037e
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTION
by Chengguang Xu
· 6 years ago
c8e9275
f2fs: fix setattr project check upon fssetxattr ioctl
by Wang Shilong
· 6 years ago
b430f72
f2fs: avoid sleeping under spin_lock
by Zhikang Zhang
· 6 years ago
e1293bd
f2fs: plug readahead IO in readdir()
by Chao Yu
· 6 years ago
042be0f
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 6 years ago
4a70e25
f2fs: fix memory leak of percpu counter in fill_super()
by Chao Yu
· 6 years ago
0b2103e8
f2fs: fix memory leak of write_io in fill_super()
by Chao Yu
· 6 years ago
313ed62
f2fs: cache NULL when both default_acl and acl are NULL
by Chengguang Xu
· 6 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
cda9cc5
f2fs: report error if quota off error during umount
by Yunlei He
· 7 years ago
5ce8058
f2fs: submit bio after shutdown
by Jaegeuk Kim
· 6 years ago
0ded69f
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 6 years ago
22d7ea1
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 6 years ago
abde73c
f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy
by Sahitya Tummala
· 6 years ago
7d20c8a
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 6 years ago
1618e6e
f2fs: add additional sanity check in f2fs_acl_from_disk()
by Chengguang Xu
· 6 years ago
ae98043
nilfs2: convert to SPDX license tags
by Ryusuke Konishi
· 6 years ago
501dacb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
13ba17b
notifier: Remove notifier header file wherever not used
by Mukesh Ojha
· 6 years ago
f3f106d
Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
aba16dc
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
d207ea8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2923b27
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
828bf6e
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
db84abf
Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 6 years ago
04faac1
Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
e0fcfe1
hpfs: remove unnecessary checks on the value of r when assigning error code
by Colin Ian King
· 6 years ago
4def196
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
6e5461d7
ubifs: Remove empty file.h
by Richard Weinberger
· 6 years ago
ee4af50
udf: Fix mounting of Win7 created UDF filesystems
by Jan Kara
· 6 years ago
82c82ab
udf: Remove dead code from udf_find_fileset()
by Jan Kara
· 6 years ago
33e1787
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
2b74030
mm: Change return type int to vm_fault_t for fault handlers
by Souptick Joarder
· 6 years ago
a2036a1
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
by Arnd Bergmann
· 6 years ago
0722f18
fs/afs: use new return type vm_fault_t
by Souptick Joarder
· 6 years ago
30aba66
namei: allow restricted O_CREAT of FIFOs and regular files
by Salvatore Mesoraca
· 6 years ago
dc25727
hfs: prevent crash on exit from failed search
by Ernesto A. Fernández
· 6 years ago
aba93a9
hfsplus: prevent crash on exit from failed search
by Ernesto A. Fernandez
· 6 years ago
a7ec7a4
hfsplus: fix NULL dereference in hfsplus_lookup()
by Ernesto A. Fernández
· 6 years ago
53a01c9
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
9157141
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
6f7948f
Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 6 years ago
7753e38
cifs: update internal module version number for cifs.ko to 2.12
by Steve French
· 6 years ago
126c97f
cifs: check kmalloc before use
by Nicholas Mc Guire
· 6 years ago
e6c47dd
cifs: check if SMB2 PDU size has been padded and suppress the warning
by Ronnie Sahlberg
· 6 years ago
4d8dfaf
cifs: create a define for how many iovs we need for an SMB2_open()
by Ronnie Sahlberg
· 6 years ago
82c9a92
getxattr: use correct xattr length
by Christian Brauner
· 7 years ago
a26dd64
nfsd: Remove callback_cred
by Chuck Lever
· 6 years ago
cb25e7b
nfsd: Use correct credential for NFSv4.0 callback with GSS
by Chuck Lever
· 6 years ago
9abdda5
sunrpc: Extract target name into svc_cred
by Chuck Lever
· 6 years ago
fe6f0ed
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
6faf05c
ovl: set I_CREATING on inode being created
by Miklos Szeredi
· 6 years ago
cd9b44f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
3e811f0
fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp
by Arnd Bergmann
· 6 years ago
Next »