index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
ceph: add d_drop for some error cases in ceph_mknod()
Chengguang Xu
1
-3
/
+5
2018-08-02
ceph: return errors from posix_acl_equiv_mode() correctly
Chengguang Xu
1
-3
/
+3
2018-08-02
ceph: fix incorrect use of strncpy
Yan, Zheng
1
-2
/
+2
2018-08-02
libceph: amend "bad option arg" error message
Ilya Dryomov
1
-2
/
+1
2018-08-02
ceph: restore ctime as well in the case of restoring old mode
Chengguang Xu
1
-2
/
+4
2018-08-02
ceph: add retry logic for error -ERANGE in ceph_get_acl()
Chengguang Xu
1
-3
/
+15
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-103
/
+150
2018-08-02
Squashfs: Compute expected length from inode size rather than block length
Phillip Lougher
4
-23
/
+24
2018-08-02
squashfs: more metadata hardening
Linus Torvalds
3
-6
/
+13
2018-08-02
ext4: improve code readability in ext4_iget()
Liu Song
1
-10
/
+7
2018-08-02
ext4: fix spectre gadget in ext4_mb_regular_allocator()
Jeremy Cline
1
-1
/
+3
2018-08-01
kill d_instantiate_no_diralias()
Al Viro
2
-31
/
+11
2018-08-01
NFSv4: Fix _nfs4_do_setlk()
Trond Myklebust
1
-13
/
+13
2018-08-02
kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
Christoph Hellwig
1
-0
/
+5
2018-08-01
f2fs: fix to active page in lru list for read path
Chao Yu
1
-1
/
+6
2018-08-01
f2fs: don't keep meta pages used for block migration
Chao Yu
1
-0
/
+8
2018-08-01
f2fs: fix to restrict mount condition when without CONFIG_QUOTA
Chao Yu
1
-0
/
+6
2018-08-01
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled
Sheng Yong
1
-6
/
+7
2018-08-01
f2fs: quota: fix incorrect comments
Sheng Yong
2
-5
/
+5
2018-08-01
f2fs: quota: decrease the lock granularity of statfs_project
Sheng Yong
1
-2
/
+2
2018-08-01
f2fs: add proc entry to show victim_secmap bitmap
Yunlong Song
1
-0
/
+25
2018-08-01
f2fs: let checkpoint flush dnode page of regular
Chao Yu
3
-2
/
+15
2018-08-01
f2fs: issue discard align to section in LFS mode
Yunlong Song
1
-3
/
+17
2018-08-01
f2fs: don't allow any writes on aborted atomic writes
Jaegeuk Kim
2
-3
/
+9
2018-08-01
f2fs: restrict setting up inode.i_advise
Chao Yu
2
-1
/
+13
2018-08-01
f2fs: fix wrong kernel message when recover fsync data on ro fs
Yunlei He
1
-1
/
+2
2018-08-01
f2fs: clean up ioctl interface naming
Chao Yu
1
-2
/
+2
2018-08-01
f2fs: clean up with f2fs_is_{atomic,volatile}_file()
Chao Yu
1
-2
/
+2
2018-08-01
f2fs: clean up with f2fs_encrypted_inode()
Chao Yu
1
-1
/
+1
2018-08-01
f2fs: clean up with get_current_nat_page
Chao Yu
1
-6
/
+3
2018-08-01
f2fs: kill EXT_TREE_VEC_SIZE
Chao Yu
1
-3
/
+0
2018-08-01
f2fs: avoid duplicated permission check for "trusted." xattrs
Hyunchul Lee
1
-6
/
+0
2018-08-01
f2fs: fix to propagate error from __get_meta_page()
Chao Yu
10
-56
/
+220
2018-08-01
f2fs: fix to do sanity check with i_extra_isize
Chao Yu
1
-5
/
+17
2018-08-01
f2fs: blk_finish_plug of submit_bio in lfs mode
Yunlong Song
1
-1
/
+1
2018-08-01
f2fs: do not set free of current section
Yunlong Song
1
-0
/
+3
2018-08-01
f2fs: Keep alloc_valid_block_count in sync
Daniel Rosenberg
1
-2
/
+4
2018-08-01
f2fs: issue small discard by LBA order
Chao Yu
2
-0
/
+66
2018-08-01
f2fs: stop issuing discard immediately if there is queued IO
Chao Yu
1
-6
/
+5
2018-08-01
f2fs: clean up with IS_INODE()
Chao Yu
1
-1
/
+1
2018-08-01
f2fs: detect bug_on in f2fs_wait_discard_bios
Chao Yu
1
-0
/
+2
2018-08-01
f2fs: fix defined but not used build warnings
Randy Dunlap
1
-3
/
+7
2018-08-01
f2fs: enable real-time discard by default
Chao Yu
1
-4
/
+4
2018-08-01
f2fs: fix to detect looped node chain correctly
Chao Yu
1
-2
/
+2
2018-08-01
f2fs: fix to do sanity check with block address in main area
Chao Yu
7
-11
/
+83
2018-08-01
squashfs metadata 2: electric boogaloo
Linus Torvalds
3
-14
/
+20
2018-08-01
ext4: check for NUL characters in extended attribute's name
Theodore Ts'o
1
-0
/
+2
2018-08-01
ext4: use ext4_warning() for sb_getblk failure
Wang Shilong
2
-6
/
+6
2018-08-01
xfs: check da node magic in _node_lookup_int
Darrick J. Wong
1
-1
/
+3
2018-08-01
xfs: use a local variable for magic number in xfs_da3_node_lookup_int
Darrick J. Wong
1
-5
/
+6
[prev]
[next]