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