aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek1-9/+3
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds33-1166/+1336
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-475/+1018
2016-12-14Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds9-20/+22
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-1/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
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/kees/linuxLinus Torvalds6-126/+293
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/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-12f2fs: fix a missing size change in f2fs_setattrYunlei He1-2/+5
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2-4/+4
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir3-4/+9
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir3-5/+8
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir1-41/+52
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir1-11/+19
2016-12-11fscrypt: Use correct index in decrypt path.David Gstir1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o3-2/+73
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o2-1/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o3-5/+24
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers5-63/+32