summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-114-23/+11
|\
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-061-1/+1
| * ecryptfs: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt2014-07-031-1/+0
| * fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick2014-07-031-2/+1
| * ecryptfs: Drop castHimangi Saraogi2014-07-031-3/+1
| * Use %pd in eCryptFSDavid Howells2013-12-172-8/+8
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-118-18/+38
|\ \
| * | GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick2014-10-083-4/+4
| * | GFS2: Use gfs2_rbm_incr in rgblk_freeBob Peterson2014-10-031-9/+13
| * | GFS2: Make rename not save dirent locationBob Peterson2014-10-013-5/+11
| * | GFS2: fix bad inode i_goal values during block allocationAbhi Das2014-09-193-0/+10
* | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-109-21/+26
|\ \ \
| * | | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-24130-1619/+2795
| |\ \ \
| * | | | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-2/+2
| * | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-088-19/+24
* | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-101-35/+4
|\ \ \ \ \
| * | | | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-18/+2
| * | | | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-181-17/+2
* | | | | | fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson2014-10-101-1/+1
* | | | | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-101-0/+3
* | | | | | mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner2014-10-101-21/+40
* | | | | | ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei2014-10-101-0/+20
* | | | | | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2014-10-101-24/+9
* | | | | | block_dev: implement readpages() to optimize sequential readAkinobu Mita2014-10-101-0/+7
* | | | | | vfs: guard end of device for mpage interfaceAkinobu Mita2014-10-103-1/+8
* | | | | | vfs: make guard_bh_eod() more genericAkinobu Mita2014-10-101-14/+12
* | | | | | fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-101-1/+3
* | | | | | proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-102-5/+41
* | | | | | proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-103-5/+5
* | | | | | fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov2014-10-101-8/+10
* | | | | | fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-101-6/+26
* | | | | | fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-101-14/+7
* | | | | | fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2014-10-101-1/+4
* | | | | | fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2014-10-101-0/+21
* | | | | | fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2014-10-101-5/+10
* | | | | | fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2014-10-101-24/+10
* | | | | | fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-101-34/+1
* | | | | | fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-101-6/+3
* | | | | | fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-101-5/+3
* | | | | | fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2014-10-101-16/+19
* | | | | | fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-102-9/+29
* | | | | | proc: introduce proc_mem_open()Oleg Nesterov2014-10-102-15/+23
* | | | | | fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2014-10-101-28/+16
* | | | | | fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-101-5/+3
* | | | | | ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-102-31/+31
* | | | | | ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-103-1/+21
* | | | | | ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-101-2/+3