aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner2-4/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner3-3/+3
2016-12-25ktime: Get rid of the unionThomas Gleixner4-18/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds96-96/+96
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-90/+177
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-133/+162
2016-12-23Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds13-116/+145
2016-12-22Merge branch 'work.namespace' into for-linusAl Viro2-44/+38
2016-12-22ufs: fix function declaration for ufs_truncate_blocksJeff Layton1-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2016-12-22seq_file: reset iterator to first record for zero offsetTomasz Majchrzak1-0/+7
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong3-9/+13
2016-12-22move aio compat to fs/aio.cAl Viro2-77/+95
2016-12-22befs: add NFS export supportLuis de Bethencourt1-0/+38
2016-12-22befs: remove trailing whitespacesLuis de Bethencourt7-48/+47
2016-12-22befs: remove signatures from commentsLuis de Bethencourt3-7/+1
2016-12-22befs: fix style issues in header filesLuis de Bethencourt6-17/+12
2016-12-22befs: fix style issues in linuxvfs.cLuis de Bethencourt1-23/+26
2016-12-22befs: fix typos in linuxvfs.cLuis de Bethencourt1-8/+6
2016-12-22befs: fix style issues in io.cLuis de Bethencourt1-2/+2
2016-12-22befs: fix style issues in inode.cLuis de Bethencourt1-6/+6
2016-12-22befs: fix style issues in debug.cLuis de Bethencourt1-6/+8
2016-12-21splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds1-2/+7
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-109/+166
2016-12-19NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2-4/+15
2016-12-19NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust1-0/+10
2016-12-19NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2-12/+12
2016-12-19NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust1-1/+2
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust1-7/+0
2016-12-19pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust1-3/+13
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust1-0/+10
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown1-16/+13
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown1-8/+20
2016-12-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2-3/+5
2016-12-19NFS: Clean up nfs_attribute_timeout()Trond Myklebust1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust1-9/+0
2016-12-19NFS: Fix and clean up the access cache validity checkingTrond Myklebust1-9/+9
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust1-2/+3
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust3-22/+34
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust1-0/+2
2016-12-19NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNTrond Myklebust1-4/+1
2016-12-19NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust1-1/+8
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds8-160/+150
2016-12-19quota: Fix bogus warning in dquot_disable()Jan Kara1-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds41-103/+108
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds45-468/+978
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro9-71/+125
2016-12-16reorganize do_make_slave()Al Viro2-38/+38
2016-12-16clone_private_mount() doesn't need to touch namespace_semAl Viro1-2/+0
2016-12-16remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro1-4/+0
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro20-306/+797
2016-12-16Merge branch 'work.write_end' into for-linusAl Viro6-65/+52
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-211/+540
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-805/+1101
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds63-4592/+4682
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-85/+103
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-9320/+88
2016-12-16ovl: fix return value of ovl_fill_superGeliang Tang1-0/+2
2016-12-16ovl: clean up kstat usageAl Viro4-39/+45
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein3-37/+13
2016-12-16ovl: create directories inside merged parent opaqueAmir Goldstein1-2/+12
2016-12-16ovl: opaque cleanupMiklos Szeredi4-31/+25
2016-12-16ovl: show redirect_dir mount optionAmir Goldstein1-0/+3
2016-12-16ovl: allow setting max size of redirectMiklos Szeredi1-3/+7
2016-12-16ovl: allow redirect_dir to default to "on"Miklos Szeredi2-0/+19
2016-12-16ovl: check for emptiness of redirect dirAmir Goldstein1-9/+22
2016-12-16ovl: redirect on rename-dirMiklos Szeredi6-28/+176
2016-12-16ovl: lookup redirectsMiklos Szeredi4-2/+123
2016-12-16ovl: consolidate lookup for underlying layersMiklos Szeredi1-70/+86
2016-12-16ovl: fix nested overlayfs mountAmir Goldstein1-2/+2
2016-12-16ovl: check namelenMiklos Szeredi3-21/+35
2016-12-16ovl: split super.cMiklos Szeredi6-546/+572
2016-12-16ovl: use d_is_dir()Miklos Szeredi1-2/+2
2016-12-16ovl: simplify lookupMiklos Szeredi1-29/+25
2016-12-16ovl: check lower existence of rename targetMiklos Szeredi1-52/+11
2016-12-16ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2-21/+12
2016-12-16ovl: get rid of PURE typeMiklos Szeredi3-13/+6
2016-12-16ovl: check lower existence when removingMiklos Szeredi3-3/+56
2016-12-16ovl: add ovl_dentry_is_whiteout()Miklos Szeredi3-3/+9
2016-12-16ovl: don't check stickyMiklos Szeredi1-24/+0
2016-12-16ovl: don't check rename to selfMiklos Szeredi1-12/+3
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi4-19/+16
2016-12-16ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi1-4/+4
2016-12-16ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein1-1/+8
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi1-21/+0
2016-12-16vfs: fix vfs_clone_file_range() for overlayfs filesAmir Goldstein1-5/+5
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein3-6/+2
2016-12-16vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein2-2/+10
2016-12-16vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range()Miklos Szeredi1-8/+4
2016-12-16Revert "vfs: rename: check backing inode being equal"Miklos Szeredi1-5/+1
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-597/+1090
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2016-12-15nfsd: add support for the umask attributeAndreas Gruenbacher4-9/+33
2016-12-16fs/logfs: drop __CHECK_ENDIAN__Michael S. Tsirkin1-3/+1
2016-12-15Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+3
2016-12-15Merge tag 'upstream-4.10-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds18-309/+1192
2016-12-15cifs_get_root shouldn't use path with tree nameSachin Prabhu4-5/+7
2016-12-15Fix default behaviour for empty domains and add domainauto optionGermano Percossi3-5/+18
2016-12-15cifs: use %16phN for formatting md5 sumRasmus Villemoes1-7/+2
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro9-203/+74
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds63-1446/+1307
2016-12-14logfs: remove from treeChristoph Hellwig17-9139/+0
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-80/+165
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds12-94/+98
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox1-0/+1
2016-12-14dax: clear dirty entry tags on cache flushJan Kara1-0/+64
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara1-6/+16
2016-12-14dax: make cache flushing protected by entry lockJan Kara1-22/+39
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-32/+29
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+2
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-10/+12
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek1-9/+3
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+18
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-21/+13
2016-12-14libceph: always signal completion when doneIlya Dryomov1-1/+1
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds33-1166/+1336
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds20-475/+1018
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger1-1/+1
2016-12-14Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds9-20/+22
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2016-12-14cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski1-32/+8
2016-12-13block_dev: don't update file access position for sync direct IOShaohua Li1-4/+1
2016-12-13block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-12-13btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2016-12-13ubifs: Use fscrypt ioctl() helpersRichard Weinberger2-24/+4
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds55-170/+413
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-126/+293
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason6-42/+37
2016-12-13ubifs: Use FS_CFLG_OWN_PAGESRichard Weinberger1-1/+1
2016-12-13fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara1-36/+9
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-82/+101
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+6
2016-12-12binfmt_elf: use vmalloc() for allocation of vma_fileszJason Baron1-2/+4
2016-12-12printk/btrfs: handle more message headersPetr Mladek1-11/+15
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan3-6/+15
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan1-4/+4
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes1-1/+1
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2-2/+2
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan1-1/+1
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan1-1/+1
2016-12-12proc: report no_new_privs stateKees Cook1-2/+3
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins1-0/+1
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-2/+3
2016-12-12fs/fs-writeback.c: remove redundant if checkTahsin Erdogan1-9/+7
2016-12-12ocfs2: replace CURRENT_TIME macroDeepa Dinamani3-4/+6
2016-12-12ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani3-4/+4
2016-12-12ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant1-1/+0
2016-12-12ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun3-8/+5
2016-12-12ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-12ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-12-12Merge branch 'fscrypt' into devTheodore Ts'o12-128/+214
2016-12-12dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara1-8/+7
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton1-10/+15
2016-12-12ceph: update cap message struct version to 10Jeff Layton1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton1-1/+1
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng3-13/+22
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng4-11/+182
2016-12-12ceph: fix splice read for no Fc capability caseYan, Zheng1-54/+66
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng4-11/+73
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang1-1/+1
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
2016-12-12ubifs: Raise write version to 5Richard Weinberger2-1/+20
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger4-0/+50
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger5-3/+21
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger2-0/+4
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger5-7/+98
2016-12-12ubifs: Rename tnc_read_node_nmRichard Weinberger1-6/+6
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger3-13/+126
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger8-197/+414
2016-12-12ubifs: Make r5 hash binary string awareRichard Weinberger1-1/+1
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Richard Weinberger1-1/+1
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger5-28/+152
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger3-3/+8
2016-12-12ubifs: Introduce new data node field, compr_sizeRichard Weinberger2-15/+2
2016-12-12ubifs: Enforce crypto policy in mmapRichard Weinberger1-0/+9
2016-12-12ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoRichard Weinberger1-1/+7
2016-12-12ubifs: Preload crypto context in ->lookup()Richard Weinberger1-0/+15
2016-12-12ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger1-0/+17
2016-12-12ubifs: Implement file open operationRichard Weinberger1-0/+30
2016-12-12ubifs: Implement directory open operationRichard Weinberger1-0/+9