summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-02-07proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-07fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-07fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-07fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-07fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-07fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-07proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-07fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-07proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-07proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-07proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-02-07orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg1-10/+7
2018-02-07orangefs: simplify orangefs_inode_is_staleMartin Brandenburg1-24/+30
2018-02-07Orangefs: don't propogate whacky error codesMike Marshall1-0/+1
2018-02-07orangefs: use correct string lengthXiongfeng Wang3-12/+12
2018-02-07orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2-21/+19
2018-02-07orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg1-6/+2
2018-02-07orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg3-17/+2
2018-02-07orangefs: make orangefs_client_debug_init staticMartin Brandenburg2-2/+1
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-17/+5
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+18
2018-02-06afs: Support the AFS dynamic rootDavid Howells5-87/+247
2018-02-06afs: Rearrange afs_select_fileserver() a littleDavid Howells1-22/+20
2018-02-06afs: Remove unused codeDavid Howells1-235/+0
2018-02-06afs: Fix server list handlingDavid Howells3-48/+11
2018-02-06afs: Need to clear responded flag in addr cursorDavid Howells1-6/+2
2018-02-06afs: Fix missing cursor clearanceDavid Howells2-9/+16
2018-02-06afs: Add missing afs_put_cell()David Howells1-0/+1
2018-02-06nfsd4: don't set lock stateid's sc_type to CLOSEDJ. Bruce Fields1-4/+1
2018-02-06nfsd: Detect unhashed stids in nfsd4_verify_open_stid()Trond Myklebust1-0/+1
2018-02-06Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-406/+1800
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein1-0/+3
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein1-0/+2
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-368/+321
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-42/+69
2018-02-04Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2018-02-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds35-199/+137
2018-02-04Merge tag 'gfs2-4.16.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-24/+44
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler12-48/+136
2018-02-02xfs: remove experimental tag for reverse mappingDarrick J. Wong1-8/+4
2018-02-02xfs: don't allow reflink + realtime filesystemsDarrick J. Wong1-0/+7
2018-02-02xfs: don't allow DAX on reflink filesystemsDarrick J. Wong1-1/+4
2018-02-02xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen1-0/+7
2018-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-3/+2
2018-02-02annotate ep_scan_ready_list()Al Viro1-11/+13
2018-02-02ep_send_events_proc(): return result via esed->resAl Viro1-7/+10
2018-02-02use linux/poll.h instead of asm/poll.hAl Viro3-3/+3
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin1-5/+0