summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds72-262/+252
2016-01-15btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-01-15btrfs: fix iterator with update error in backref.cGeliang Tang1-5/+5
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh1-7/+22
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra4-8/+33
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney6-17/+25
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2016-01-15Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-417/+1148
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov1-4/+3
2016-01-15hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker1-25/+2
2016-01-15mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov1-3/+0
2016-01-15proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2016-01-15fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton1-1/+1
2016-01-15mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand1-2/+12
2016-01-15mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+2
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-29/+13
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-2/+20
2016-01-15mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka1-0/+51
2016-01-15mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov52-68/+82
2016-01-15Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov1-8/+1
2016-01-15ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi1-11/+0
2016-01-15ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1
2016-01-15ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi1-9/+9
2016-01-15ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei1-2/+3
2016-01-15ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-15ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues1-8/+0
2016-01-15ocfs2: fix slot overwritten if storage link down during mountjiangyiwen1-1/+10
2016-01-15ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2-2/+2
2016-01-15ocfs2: clean up redundant NULL check before iputJoseph Qi7-25/+11
2016-01-15ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...jiangyiwen1-1/+1
2016-01-15ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2-7/+7
2016-01-15ocfs2/dlm: fix a race between purge and migrationXue jiufei1-1/+8
2016-01-15ocfs2: o2hb: increase unsteady iterationsJunxiao Bi1-2/+2
2016-01-15ocfs2: return non-zero st_blocks for inline dataJohn Haxby1-0/+8
2016-01-15ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu1-6/+2
2016-01-15logfs: fix logfs build errors and dependenciesArnd Bergmann1-1/+1
2016-01-15fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton1-52/+14
2016-01-15fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang1-2/+1
2016-01-15Make sure that highmem pages are not added to symlink page cacheAl Viro1-3/+2
2016-01-15nfsd: add new io class tracepointJeff Layton3-0/+79
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-01-14cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French10-33/+156
2016-01-14cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall1-0/+15
2016-01-14cifs: Make echo interval tunableSteve French3-11/+34
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall1-2/+22
2016-01-14Print IP address of unresponsive serverArnd Hannemann1-2/+5