aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-5/+13
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu1-0/+2
2018-02-25Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+11
2018-02-22Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-21/+80
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+23
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher1-20/+23
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
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/vi...Linus Torvalds4-21/+26
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/h...Linus Torvalds8-92/+74
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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...Linus Torvalds9-13/+13
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus 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
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers1-2/+2
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsEric Biggers1-3/+8
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+0
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-7/+3
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt1-1/+0
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez4-8/+8
2018-02-06nilfs2: use time64_t internallyArnd Bergmann9-24/+23
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan1-0/+2
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-06proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg1-10/+7
2018-02-06orangefs: simplify orangefs_inode_is_staleMartin Brandenburg1-24/+30
2018-02-06Orangefs: don't propogate whacky error codesMike Marshall1-0/+1
2018-02-06orangefs: use correct string lengthXiongfeng Wang3-12/+12
2018-02-06orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2-21/+19
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg1-6/+2
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg3-17/+2
2018-02-06orangefs: 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-05nfsd4: don't set lock stateid's sc_type to CLOSEDJ. Bruce Fields1-4/+1
2018-02-05nfsd: Detect unhashed stids in nfsd4_verify_open_stid()Trond Myklebust1-0/+1
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-406/+1800
2018-02-05btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov1-0/+1
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-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-42/+69
2018-02-03Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds35-199/+137
2018-02-03Merge 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-02Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana1-0/+4
2018-02-02btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell1-1/+10
2018-02-02btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2-3/+9
2018-02-02Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo1-0/+18
2018-02-02Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo1-13/+21
2018-02-02Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo1-1/+1
2018-02-02Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-02-02Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-02-02Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong1-8/+4
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong1-0/+7
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong1-1/+4
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen1-0/+7
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-3/+2
2018-02-01annotate ep_scan_ready_list()Al Viro1-11/+13
2018-02-01ep_send_events_proc(): return result via esed->resAl Viro1-7/+10
2018-02-01use 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
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin1-1/+1
2018-02-01gfs2: Glock dump performance regression fixAndreas Gruenbacher1-22/+43
2018-02-01gfs2: Fix the crc32c dependencyAndreas Gruenbacher1-2/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+10
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-6864/+0
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers1-1/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli9-13/+13
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds13-54/+12
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+16
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-179/+658
2018-01-31userfaultfd: convert to use anon_inode_getfd()Eric Biggers1-61/+9
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-2/+27
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-10/+0
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-1/+1
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-4/+4
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-13/+6
2018-01-31mm, userfaultfd, THP: avoid waiting when PMD under THP migrationHuang Ying1-1/+4
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov1-3/+8
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsChangwei Ge1-0/+2
2018-01-31ocfs2: nowait aio supportGang He6-33/+104
2018-01-31ocfs2: add ocfs2_overwrite_io()Gang He2-0/+48
2018-01-31ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He2-0/+25
2018-01-31ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He1-0/+44
2018-01-31ocfs2: add trimfs dlm lock resourceGang He4-0/+121
2018-01-31ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge3-10/+203
2018-01-31ocfs2: make metadata estimation accurate and clearChangwei Ge1-1/+3
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2-0/+8
2018-01-31ocfs2: clean up dead code in alloc.cChangwei Ge1-9/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun1-0/+1
2018-01-31ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He1-0/+9
2018-01-31ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun1-3/+2
2018-01-31ocfs2: clean dead code in suballoc.cChangwei Ge1-3/+3
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen1-1/+1
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredYang Zhang1-2/+3
2018-01-31ocfs2: give an obvious tip for mismatched cluster namesGang He1-2/+6
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge1-1/+1
2018-01-31fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge1-7/+0
2018-01-31fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-8/+32
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds96-1558/+4600
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-176/+74
2018-01-31Merge tag 'gfs2-4.16.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-422/+701
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers1-2/+2
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-446/+1040
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-131/+287
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+6
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+21
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds26-74/+77
2018-01-30Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-01-30ceph: improving efficiency of syncfsChengguang Xu1-1/+1
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+4
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher3-5/+5
2018-01-30gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das1-0/+6
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds44-1399/+2259
2018-01-29Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-442/+3896
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds48-132/+178
2018-01-29Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-83/+24
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds7-14/+17
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain1-5/+3
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain1-16/+18
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang4-16/+74
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng1-17/+16
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng1-12/+3
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng1-7/+15
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng2-3/+19
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng1-3/+6
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng3-9/+66
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2-19/+66
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng4-12/+13
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng2-12/+6
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng1-0/+1
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng1-6/+6
2018-01-29ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng1-2/+2
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng3-10/+19
2018-01-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson1-3/+2
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig1-5/+1
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong1-0/+7
2018-01-29iomap: warn on zero-length mappingsDarrick J. Wong1-0/+2
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2-6/+41
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-10/+15
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong4-22/+39
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong4-10/+50