summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran2013-09-111-5/+5
* ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu2013-09-111-2/+2
* ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei2013-09-111-1/+4
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-117-21/+21
* ocfs2: lighten up allocate transactionYounger Liu2013-09-114-5/+49
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-102-14/+21
|\
OpenPOWER on IntegriCloud