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-05
afs: switch dynroot lookups to d_splice_alias()
Al Viro
1
-15
/
+3
2018-08-04
Merge tag 'usercopy-fix-v4.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
3
-2
/
+9
2018-08-04
Merge tag 'xfs-4.18-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2018-08-04
ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()
zhong jiang
1
-2
/
+1
2018-08-04
jfs: Fix usercopy whitelist for inline inode data
Kees Cook
3
-2
/
+9
2018-08-03
pstore: add zstd compression support
Geliang Tang
2
-3
/
+30
2018-08-03
jfs: don't bother with make_bad_inode() in ialloc()
Al Viro
1
-2
/
+0
2018-08-03
adfs: don't put inodes into icache
Al Viro
2
-1
/
+2
2018-08-03
new helper: inode_fake_hash()
Al Viro
4
-10
/
+4
2018-08-03
vfs: don't evict uninitialized inode
Miklos Szeredi
1
-2
/
+6
2018-08-03
jfs: switch to discard_new_inode()
Al Viro
2
-12
/
+8
2018-08-03
ext2: make sure that partially set up inodes won't be returned by ext2_iget()
Al Viro
2
-8
/
+4
2018-08-03
udf: switch to discard_new_inode()
Al Viro
1
-8
/
+4
2018-08-03
ufs: switch to discard_new_inode()
Al Viro
2
-8
/
+4
2018-08-03
btrfs: switch to discard_new_inode()
Al Viro
1
-67
/
+39
2018-08-03
new primitive: discard_new_inode()
Al Viro
2
-5
/
+42
2018-08-03
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller
David Howells
1
-11
/
+17
2018-08-03
Merge tag 'nfs-for-4.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-13
/
+13
2018-08-03
xfs: fix a comment in xfs_log_reserve
Huang Chong
1
-1
/
+1
2018-08-03
xfs: only validate summary counts on primary superblock
Darrick J. Wong
1
-4
/
+10
2018-08-03
gfs2: Get rid of gfs2_ea_strlen
Andreas Gruenbacher
1
-37
/
+22
2018-08-02
xfs: substitute spaces with tabs
Thomas Bianchi
1
-1
/
+1
2018-08-02
xfs: fold dfops into the transaction
Brian Foster
12
-96
/
+46
2018-08-02
xfs: always defer agfl block frees
Brian Foster
1
-9
/
+2
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
15
-210
/
+169
2018-08-02
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
5
-84
/
+71
2018-08-02
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
8
-24
/
+21
2018-08-02
xfs: clean out superfluous dfops dop params/vars
Brian Foster
3
-24
/
+23
2018-08-02
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
13
-34
/
+23
2018-08-02
xfs: automatic dfops inode relogging
Brian Foster
11
-75
/
+21
2018-08-02
xfs: automatic dfops buffer relogging
Brian Foster
5
-36
/
+26
2018-08-02
xfs: add missing defer ijoins for held inodes
Brian Foster
5
-0
/
+7
2018-08-02
xfs: replace dop_low with transaction flag
Brian Foster
8
-30
/
+36
2018-08-02
xfs: pass transaction to dfops reset/move helpers
Brian Foster
6
-14
/
+19
2018-08-02
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
4
-13
/
+4
2018-08-02
xfs: use transaction for intent recovery instead of raw dfops
Brian Foster
5
-38
/
+43
2018-08-02
xfs: refactor internal dfops initialization
Brian Foster
1
-10
/
+9
2018-08-02
userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
Mike Rapoport
1
-1
/
+3
2018-08-02
fs: fix iomap_bmap position calculation
Eric Sandeen
1
-1
/
+1
2018-08-02
scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
Bart Van Assche
1
-0
/
+44
2018-08-02
ceph: add additional offset check in ceph_write_iter()
Chengguang Xu
1
-4
/
+11
2018-08-02
ceph: add additional range check in ceph_fallocate()
Chengguang Xu
1
-3
/
+5
2018-08-02
ceph: add new field max_file_size in ceph_fs_client
Chengguang Xu
3
-2
/
+5
2018-08-02
libceph: add authorizer challenge
Ilya Dryomov
1
-0
/
+11
2018-08-02
ceph: adding new return type vm_fault_t
Souptick Joarder
1
-30
/
+32
2018-08-02
ceph: use timespec64 for r_stamp
Arnd Bergmann
3
-6
/
+5
2018-08-02
libceph: use timespec64 for r_mtime
Arnd Bergmann
2
-11
/
+9
2018-08-02
ceph: use timespec64 for inode timestamp
Arnd Bergmann
8
-74
/
+71
2018-08-02
ceph: stop using current_kernel_time()
Arnd Bergmann
1
-1
/
+4
2018-08-02
ceph: add d_drop for some error cases in ceph_symlink()
Chengguang Xu
1
-2
/
+4
[prev]
[next]