summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* printk/btrfs: handle more message headersPetr Mladek2016-12-131-11/+15
* fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-133-6/+15
* fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-131-4/+4
* fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-131-1/+1
* proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-131-8/+21
* proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-131-1/+3
* proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-132-2/+2
* proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-131-1/+1
* proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-131-1/+1
* proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-131-1/+1
* proc: report no_new_privs stateKees Cook2016-12-131-2/+3
* mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-131-0/+1
* lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-131-1/+2
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-2/+2
* lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-131-2/+3
* fs/fs-writeback.c: remove redundant if checkTahsin Erdogan2016-12-131-9/+7Star
* ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-133-4/+6
* ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-133-4/+4
* ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant2016-12-131-1/+0Star
* ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun2016-12-133-8/+5Star
* ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun2016-12-131-6/+0Star
* ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua2016-12-131-4/+1Star
* ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-131-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-102-15/+16
|\
| * Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-091-10/+14
| |\
| | * ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-081-10/+14
| * | fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-035-17/+33
|\|
| * Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-011-3/+3
| |\
| | * ovl: fix d_real() for stacked fsMiklos Szeredi2016-11-291-3/+3
| * | isofs: add KERN_CONT to printing of ER recordsMike Rapoport2016-11-301-2/+2
| * | CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan2016-11-291-2/+2
| * | Call echo service immediately after socket reconnectSachin Prabhu2016-11-291-7/+18
| * | CIFS: Fix BUG() in calc_seckey()Sachin Prabhu2016-11-291-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-275-14/+37
|\| |
| * | fix default_file_splice_read()Al Viro2016-11-271-1/+2
| * | Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-234-13/+35
| |\ \
| | * | NFSv4.x: hide array-bounds warningArnd Bergmann2016-11-221-1/+1
| | * | NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington2016-11-211-3/+15
| | * | NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington2016-11-181-0/+1
| | * | NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust2016-11-181-1/+2
| | * | NFSv4: Fix CLOSE races with OPENTrond Myklebust2016-11-182-6/+13
| | * | NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust2016-11-181-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-2210-45/+81
|\| | |
| * | | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-204-36/+51
| |\ \ \
| | * | | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-202-1/+17
| | * | | fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-201-3/+13
| | * | | fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-201-32/+21Star
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-171-8/+14
| |\ \ \
| | * | | xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-8/+14