aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang3-24/+32
2018-02-26ovl: fix ptr_ret.cocci warningsFengguang Wu1-1/+1
2018-02-25Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+11
2018-02-25fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon1-1/+1
2018-02-25fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon1-1/+7
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+18
2018-02-23lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro1-3/+8
2018-02-22Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+12
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2-4/+9
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+6
2018-02-22NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King1-1/+1
2018-02-22nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com1-2/+4
2018-02-21NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust1-8/+6
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-41/+107
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-21/+80
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein3-44/+168
2018-02-16ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein1-18/+40
2018-02-15net: Export open_related_ns()Kirill Tkhai1-0/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-20/+23
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher1-20/+23
2018-02-13net: Convert proc_net_ns_opsKirill Tkhai1-0/+1
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko2-8/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds24-80/+80
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+26
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+5
2018-02-09Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-13/+130
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-40/+57
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds8-92/+74
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds10-405/+295
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-129/+313
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre1-2/+1
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann1-3/+2
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein3-24/+37
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2-4/+3
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2-2/+10
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds9-13/+13
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-1/+6
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-02-07Add some missing debug fields in server and tcon structsSteve French1-1/+8
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-150/+159
2018-02-06pipe: read buffer limits atomicallyEric Biggers1-4/+9
2018-02-06pipe: simplify round_pipe_size()Eric Biggers1-11/+3
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+4