aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsHEADmasterLinus Torvalds5-7/+7
2017-10-06Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+30
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2017-10-06Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2-10/+9
2017-10-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-36/+56
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2-8/+22
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein1-1/+3
2017-10-04NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust1-2/+1
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-49/+92
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli1-1/+1
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov1-9/+5
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov1-4/+8
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov1-2/+2
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov1-6/+6
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov1-13/+9
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2-9/+10
2017-10-03userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli1-10/+56
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng1-5/+6
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng1-5/+3
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew1-1/+2
2017-10-01NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-10-01NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter1-1/+1
2017-10-01nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields1-2/+2
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+15
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-27/+72
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-8/+13
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra1-13/+2
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-56/+81
2017-09-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-0/+8
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan5-19/+28
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra1-7/+7
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-26btrfs: log csums for all modified extentsJosef Bacik1-2/+10
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo1-5/+2
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon1-0/+2
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo1-0/+9
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo1-1/+1
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo1-1/+8
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2-5/+0
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh1-1/+1
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota1-0/+12
2017-09-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2017-09-26Btrfs: do not reset bio->bi_ops while writing bioLiu Bo1-3/+0
2017-09-26Btrfs: use the new helper wbc_to_write_flagsLiu Bo1-3/+2
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King1-2/+0
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama1-0/+10
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan1-3/+1
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-19/+59
2017-09-25Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+5
2017-09-25gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-9/+5
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2-19/+59
2017-09-22Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...Linus Torvalds6-15/+66
2017-09-22Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+7
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-22SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-20CIFS: make arrays static const, reduces object code sizeColin Ian King1-4/+8
2017-09-20[SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French1-2/+7
2017-09-20cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg1-0/+2
2017-09-20SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-09-20SMB3: Fix endian warningSteve French1-2/+3
2017-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-09-19Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2-3/+7
2017-09-19Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git....Linus Torvalds6-21/+144
2017-09-18fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLLEric W. Biederman1-1/+1
2017-09-18isofs: fix build regressionArnd Bergmann1-0/+2
2017-09-18quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov1-0/+2
2017-09-17Update version of cifs moduleSteve French1-1/+1
2017-09-17cifs: hide unused functionsArnd Bergmann1-0/+2
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French5-18/+139
2017-09-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness1-0/+9
2017-09-15Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-53/+56
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-14Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-20/+287
2017-09-14Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-12/+22
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds71-278/+269
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds12-107/+78
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-11/+12
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-4/+644
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2017-09-14orangefs: Adjust three checks for null pointersMarkus Elfring2-3/+3
2017-09-14orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring1-3/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring5-19/+6
2017-09-14orangefs: constify xattr_handler structureJulia Lawall1-1/+1
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton1-4/+1
2017-09-14orangefs: off by ones in xattr size checksDan Carpenter1-3/+3
2017-09-14orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall1-8/+21
2017-09-14orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko7-16/+16
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann1-1/+2
2017-09-13procfs: remove unused variableArnd Bergmann1-1/+0
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-54/+53
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-71/+484
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-484/+2062
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-330/+408
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-09-12cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu1-2/+15
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu1-0/+2
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu1-0/+3
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein1-4/+7
2017-09-12fuse: getattr cleanupMiklos Szeredi3-23/+18
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi3-22/+28
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi2-9/+7
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-570/+491
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2-0/+14
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown4-15/+19
2017-09-11NFS: Add static NFS I/O tracepointsChuck Lever3-0/+259
2017-09-11pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust1-5/+9
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-15/+26
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim3-13/+16
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim1-1/+6
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-31/+57
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-2/+2
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2017-09-09NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust1-1/+5
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-281/+239
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds39-1409/+1502
2017-09-09NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust1-1/+1
2017-09-09NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2-41/+4
2017-09-09NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2-9/+22
2017-09-08squashfs: Add zstd supportSean Purcell6-0/+178
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi1-23/+12
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi1-4/+6
2017-09-08autofs: drop wrong commentTomohiro Kusumi1-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi1-7/+7
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi1-11/+11
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent1-4/+8
2017-09-08autofs: make disc device user accessibleIan Kent1-1/+2
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-3/+12
2017-09-08binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring1-5/+3
2017-09-08fs/epoll: use faster rb_first_cached()Davidlohr Bueso1-14/+16
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso4-15/+17
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso2-4/+4
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-08proc: uninline proc_create()Alexey Dobriyan1-0/+8
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko2-8/+5
2017-09-08userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli1-1/+19
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse4-3/+20
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+7
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-11/+16
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-11/+21
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He3-0/+8
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim1-58/+51
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-18/+44
2017-09-07Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+1
2017-09-07Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-5/+274
2017-09-07Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-7/+12
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-311/+392
2017-09-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-29/+19
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds34-111/+265
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira1-7/+12
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com1-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds35-670/+365
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione3-62/+139
2017-09-06userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli1-1/+1
2017-09-06userfaultfd: provide pid in userfault msgAlexey Perevalov1-2/+6
2017-09-06mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa1-0/+3
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-5/+5
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton1-5/+0
2017-09-06userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAsMike Rapoport1-5/+5
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara6-11/+8
2017-09-06fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara1-13/+3
2017-09-06hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara1-16/+2
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara1-7/+5
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-06fs: fix performance regression in clean_bdev_aliases()Jan Kara1-6/+8
2017-09-06mm: make pagevec_lookup() update indexJan Kara7-30/+19