summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-13printk/btrfs: handle more message headersPetr Mladek1-11/+15
2016-12-13fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan3-6/+15
2016-12-13fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan1-4/+4
2016-12-13fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes1-1/+1
2016-12-13proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-13proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-13proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2-2/+2
2016-12-13proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1
2016-12-13proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan1-1/+1
2016-12-13proc: make struct pid_entry::len unsignedAlexey Dobriyan1-1/+1
2016-12-13proc: report no_new_privs stateKees Cook1-2/+3
2016-12-13mm: add cond_resched() in gather_pte_stats()Hugh Dickins1-0/+1
2016-12-13lib: radix-tree: update callback for changing leaf nodesJohannes Weiner1-1/+2
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-13lib: radix-tree: native accounting of exceptional entriesJohannes Weiner1-2/+3
2016-12-13fs/fs-writeback.c: remove redundant if checkTahsin Erdogan1-9/+7
2016-12-13ocfs2: replace CURRENT_TIME macroDeepa Dinamani3-4/+6
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani3-4/+4
2016-12-13ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant1-1/+0
2016-12-13ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun3-8/+5
2016-12-13ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-13ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-13ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+16
2016-12-09Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-17/+33
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-29CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-11-29Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-11-29CIFS: Fix BUG() in calc_seckey()Sachin Prabhu1-3/+8
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+37
2016-11-27fix default_file_splice_read()Al Viro1-1/+2
2016-11-24Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-13/+35
2016-11-23NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-45/+81
2016-11-21NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington1-3/+15
2016-11-20Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-36/+51
2016-11-20ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-20fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-20fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington1-0/+1
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust1-1/+2
2016-11-18NFSv4: Fix CLOSE races with OPENTrond Myklebust2-6/+13
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust1-2/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan7-7/+7
2016-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+14