summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-121-6/+0
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-1226-36/+28
* Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-111-10/+6
|\
| * ecryptfs: avoid ctx initialization raceKees Cook2013-09-061-6/+6
| * ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-061-4/+0
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1151-333/+874
|\ \
| * | initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-112-32/+2
| * | initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley2013-09-111-6/+19
| * | initmpfs: replace MS_NOUSER in initramfsRob Landley2013-09-111-1/+6
| * | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-1/+1
| * | affs: use loff_t in affs_truncate()Dan Carpenter2013-09-111-1/+1
| * | vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-111-1/+1
| * | vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-111-8/+83
| * | vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-111-10/+51
| * | exec: cleanup the error handling in search_binary_handler()Oleg Nesterov2013-09-111-8/+3
| * | exec: don't retry if request_module() failsOleg Nesterov2013-09-111-1/+2
| * | exec: cleanup the CONFIG_MODULES logicOleg Nesterov2013-09-111-37/+31
| * | exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov2013-09-111-4/+3
| * | exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov2013-09-111-4/+6
| * | exec: proc_exec_connector() should be called only onceOleg Nesterov2013-09-111-1/+1
| * | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-111-5/+4
| * | exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov2013-09-111-14/+22
| * | proc: make proc_fd_permission() thread-friendlyOleg Nesterov2013-09-111-1/+1
| * | fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang2013-09-111-1/+3
| * | fs/file_table.c:fput(): make comment more truthfulAndrew Morton2013-09-111-2/+1
| * | coredump: add new %P variable in core_patternStéphane Graber2013-09-111-0/+5
| * | hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-116-26/+99
| * | hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko2013-09-111-0/+274
| * | hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko2013-09-113-0/+49
| * | epoll: add a reschedule point in ep_free()Eric Dumazet2013-09-111-0/+2
| * | fs/bio-integrity: fix a potential mem leakGu Zheng2013-09-111-4/+5
| * | writeback: fix race that cause writeback hungJunxiao Bi2013-09-111-2/+2
| * | mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-1/+1
| * | mm/writeback: make writeback_inodes_wb staticWanpeng Li2013-09-111-1/+1
| * | mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-112-11/+37
| * | writeback: fix occasional slow sync(1)Jan Kara2013-09-111-4/+2
| * | ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-111-1/+0
| * | ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi2013-09-111-3/+0
| * | ocfs2: fix a tiny race case when firing callbacksJoyce2013-09-111-9/+9
| * | ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi2013-09-111-6/+10
| * | ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi2013-09-111-17/+17
| * | ocfs2: free path in ocfs2_remove_inode_range()Younger Liu2013-09-111-0/+1
| * | ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi2013-09-111-1/+1
| * | ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei2013-09-111-0/+8
| * | ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu2013-09-111-2/+3
| * | ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi2013-09-111-0/+4
| * | ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu2013-09-111-0/+1
| * | ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi2013-09-111-2/+8
| * | ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi2013-09-111-4/+0
| * | ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-1110-99/+45
OpenPOWER on IntegriCloud