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
2017-12-05
alloc_super(): do ->s_umount initialization earlier
Al Viro
1
-19
/
+18
2017-12-04
fs/dcache: Use release-acquire for name/length update
Paul E. McKenney
1
-7
/
+3
2017-12-04
fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
2017-12-03
ext4: fix fdatasync(2) after fallocate(2) operation
Eryu Guan
1
-0
/
+1
2017-12-03
ext4: support fast symlinks from ext3 file systems
Andi Kleen
1
-0
/
+9
2017-12-02
cfs2: switch to sock_recvmsg()
Al Viro
1
-1
/
+2
2017-12-02
ncpfs: switch to sock_recvmsg()
Al Viro
1
-1
/
+2
2017-12-02
dlm: switch to sock_recvmsg()
Al Viro
1
-2
/
+2
2017-12-01
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+2
2017-12-01
Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
13
-61
/
+190
2017-12-01
afs: Properly reset afs_vnode (inode) fields
David Howells
2
-2
/
+17
2017-12-01
afs: Fix permit refcounting
David Howells
1
-8
/
+10
2017-11-30
autofs4: Modify autofs_wait to use current_uid() and current_gid()
Eric W. Biederman
1
-2
/
+2
2017-11-30
userns: Don't fail follow_automount based on s_user_ns
Eric W. Biederman
1
-3
/
+0
2017-11-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-8
/
+15
2017-11-30
xfs: Properly retry failed dquot items in case of error during buffer writeback
Carlos Maiolino
2
-5
/
+49
2017-11-30
xfs: scrub inode mode properly
Darrick J. Wong
1
-1
/
+13
2017-11-30
xfs: remove unused parameter from xfs_writepage_map
Darrick J. Wong
1
-3
/
+3
2017-11-30
xfs: ubsan fixes
Darrick J. Wong
1
-3
/
+3
2017-11-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-28
/
+23
2017-11-29
fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()
Nadav Amit
1
-2
/
+2
2017-11-29
autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"
Ian Kent
1
-12
/
+3
2017-11-29
autofs: revert "autofs: take more care to not update last_used on path walk"
Ian Kent
1
-11
/
+6
2017-11-29
fs/fat/inode.c: fix sb_rdonly() change
OGAWA Hirofumi
1
-1
/
+1
2017-11-29
fs/mbcache.c: make count_objects() more robust
Jiang Biao
1
-0
/
+3
2017-11-29
exec: avoid RLIMIT_STACK races with prlimit()
Kees Cook
1
-1
/
+6
2017-11-29
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
Dan Williams
1
-1
/
+2
2017-11-29
make kernel-side POLL... arch-independent
Al Viro
3
-5
/
+5
2017-11-29
Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
11
-126
/
+264
2017-11-29
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
19
-135
/
+314
2017-11-29
NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"
Trond Myklebust
1
-2
/
+2
2017-11-29
quota: Check for register_shrinker() failure.
Tetsuo Handa
1
-1
/
+2
2017-11-28
eventpoll: no need to mask the result of epi_item_poll() again
Al Viro
1
-7
/
+2
2017-11-28
eventpoll: constify struct epoll_event pointers
Al Viro
1
-3
/
+5
2017-11-28
fs: pstore: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2017-11-28
xfs: calculate correct offset in xfs_scrub_quota_item
Eric Sandeen
1
-1
/
+1
2017-11-28
xfs: fix uninitialized variable in xfs_scrub_quota
Eric Sandeen
1
-1
/
+1
2017-11-28
xfs: fix leaks on corruption errors in xfs_bmap.c
Eric Sandeen
1
-2
/
+4
2017-11-28
xfs: fortify xfs_alloc_buftarg error handling
Michal Hocko
1
-5
/
+10
2017-11-28
Btrfs: incremental send, fix wrong unlink path after renaming file
Filipe Manana
1
-18
/
+106
2017-11-28
annotate poll(2) guts
Al Viro
1
-6
/
+10
2017-11-28
->si_band gets POLL... bitmap stored into a user-visible long field
Al Viro
1
-2
/
+2
2017-11-28
quota: propagate error from __dquot_initialize
Chao Yu
1
-6
/
+13
2017-11-28
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
3
-8
/
+43
2017-11-28
ncpfs: move net/ncpfs to drivers/staging/ncpfs
Stephen Hemminger
20
-6863
/
+0
2017-11-27
proc: don't report kernel addresses in /proc/<pid>/stack
Linus Torvalds
1
-2
/
+1
2017-11-27
lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin
2
-4
/
+9
2017-11-27
nlm_shutdown_hosts_net() cleanup
Vasily Averin
1
-2
/
+1
2017-11-27
race of nfsd inetaddr notifiers vs nn->nfsd_serv change
Vasily Averin
3
-3
/
+17
2017-11-27
race of lockd inetaddr notifiers vs nlmsvc_rqst change
Vasily Averin
1
-2
/
+14
[prev]
[next]