aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-23romfs: fix returm err while getting inode in fill_superRui Xiang1-4/+2
2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4
2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5
2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17
2014-01-23fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger1-1/+0
2014-01-23exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi1-2/+2
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-23exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov1-15/+5
2014-01-23exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov1-21/+8
2014-01-23exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov1-1/+2
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker16-16/+16
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones1-0/+1
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang2-4/+3
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov1-5/+9
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov1-0/+3
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-12/+3
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov3-25/+0
2014-01-23coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov1-15/+6
2014-01-23coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov1-34/+15
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2014-01-23nilfs2: add comments for ioctlsVyacheslav Dubeyko1-1/+362
2014-01-23fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+8
2014-01-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-23autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-23autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-23autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-23fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin1-2/+8
2014-01-23fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-23remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-8/+6
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-32/+71
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds19-800/+1739
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds40-717/+614
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim1-0/+4
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher2-10/+30
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher3-4/+16
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi1-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi2-17/+23
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim4-31/+30
2014-01-22f2fs: remove the orphan block page arrayGu Zheng1-3/+4
2014-01-22f2fs: add help function META_MAPPINGGu Zheng5-8/+13
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim1-5/+4
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim3-5/+8
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds44-1147/+775
2014-01-21Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+8
2014-01-21Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-358/+540
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2014-01-21fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov1-1/+2
2014-01-21fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard1-4/+0
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2014-01-21posix_acl: uninliningAndrew Morton1-5/+79
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed1-1/+2
2014-01-21ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-21ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu3-87/+14
2014-01-21ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+102
2014-01-21ocfs2: framework for version LVBGoldwyn Rodrigues1-0/+101
2014-01-21ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues5-8/+24
2014-01-21ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues1-19/+18
2014-01-21ocfs2: add DLM recovery callbacksGoldwyn Rodrigues1-0/+38
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues5-7/+24
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues16-310/+7
2014-01-21fsnotify: remove pointless NULL initializersJan Kara2-4/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara4-48/+21
2014-01-21fsnotify: do not share events between notification groupsJan Kara10-611/+279
2014-01-21inotify: provide function for name length roundingJan Kara1-20/+21
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-2760/+3114
2014-01-20f2fs: clean checkpatch warningsChris Fries11-30/+40
2014-01-18GFS2: revert "GFS2: d_splice_alias() can't return error"J. Bruce Fields1-0/+8
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-2/+7
2014-01-17kernfs: associate a new kernfs_node with its parent on creationTejun Heo4-24/+34
2014-01-16GFS2: Small cleanupBob Peterson1-1/+1
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse8-31/+19
2014-01-16f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee1-1/+1
2014-01-16f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim1-1/+3
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+9
2014-01-15GFS2: Fix kbuild test robot reported warningSteven Whitehouse1-0/+1
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-01-14GFS2: Move quota bitmap operations under their own lockSteven Whitehouse3-8/+10
2014-01-14GFS2: Clean up quota slot allocationSteven Whitehouse2-73/+30
2014-01-14GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse3-68/+41
2014-01-14GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse4-48/+126
2014-01-14GFS2: No need to invalidate pages for a dio readSteven Whitehouse1-2/+3
2014-01-14kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo1-7/+44
2014-01-14f2fs: add delimiter to seperate name and value in debug phraseChangman Lee1-4/+4
2014-01-14f2fs: use spinlock rather than mutex for better speedGu Zheng2-13/+13
2014-01-14f2fs: move alloc new orphan node out of lock protection regionGu Zheng1-6/+9
2014-01-14f2fs: move grabing orphan pages out of protection regionGu Zheng1-7/+9
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong6-7/+7
2014-01-13Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"Greg Kroah-Hartman1-44/+7
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Greg Kroah-Hartman1-11/+16
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman1-20/+11
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman4-60/+42
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman1-86/+53
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Greg Kroah-Hartman3-35/+14
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Greg Kroah-Hartman4-29/+117
2014-01-13Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...Greg Kroah-Hartman1-21/+4
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Greg Kroah-Hartman1-117/+1
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2-95/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman1-0/+92
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Greg Kroah-Hartman1-0/+3
2014-01-11kernfs: remove unnecessary NULL check in __kernfs_remove()Tejun Heo1-3/+0
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-92/+0
2014-01-11Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-1/+2
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2-0/+95
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo1-1/+117
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Tejun Heo1-4/+21
2014-01-10kernfs: remove kernfs_addrm_cxtTejun Heo4-117/+29
2014-01-10kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Tejun Heo3-14/+35
2014-01-10kernfs: restructure removal path to fix possible premature returnTejun Heo1-53/+86
2014-01-10kernfs: remove KERNFS_REMOVEDTejun Heo4-42/+60
2014-01-10kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-11/+20
2014-01-10kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-16/+11
2014-01-10kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo1-7/+44
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers13-69/+84
2014-01-09Merge branch 'xfs-misc' into for-nextBen Myers2-1/+2
2014-01-09xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse1-0/+1
2014-01-08GFS2: Add hints to directory leaf blocksSteven Whitehouse1-3/+37
2014-01-08GFS2: For exhash conversion, only one block is neededSteven Whitehouse1-0/+5
2014-01-08f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim4-3/+12
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim4-10/+11
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-07GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson1-1/+15
2014-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-01-06xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2014-01-06ext4: fix bigalloc regressionEric Whitney1-1/+1
2014-01-06GFS2: Remember directory insert pointSteven Whitehouse3-16/+42
2014-01-06GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse1-12/+26
2014-01-06GFS2: Add directory addition info structureSteven Whitehouse3-33/+43
2014-01-06f2fs: avoid to read inline data except first pageChao Yu1-0/+6
2014-01-06f2fs: avoid to left uninitialized data in page when read inline dataChao Yu1-3/+2
2014-01-06f2fs: fix truncate_partial_nodes bugshifei10.ge1-6/+7
2014-01-06f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim3-16/+26
2014-01-06f2fs: add inline_data recovery routineJaegeuk Kim4-3/+57
2014-01-06f2fs: add the number of inline_data files to status infoJaegeuk Kim4-7/+26
2014-01-06f2fs: refactor f2fs_convert_inline_dataJaegeuk Kim4-41/+28
2014-01-06f2fs: call f2fs_put_page at the error caseJaegeuk Kim1-1/+3
2014-01-06f2fs: convert inline_data for punch_holeJaegeuk Kim1-19/+3
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse5-8/+31
2014-01-03GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse3-4/+15
2014-01-03GFS2: Remove test which is always trueSteven Whitehouse1-1/+1
2014-01-03GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse1-25/+12
2014-01-03GFS2: Clean up releasepageSteven Whitehouse1-13/+5
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson3-6/+28
2014-01-03GFS2: Drop inadequate rgrps from the reservation treeBob Peterson1-3/+4
2014-01-03GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson1-15/+49
2014-01-02Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-4/+0
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-01-02Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds6-5/+58
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-12-27cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-27Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-12-27f2fs: don't need to get f2fs_lock_op for the inline_data testJaegeuk Kim1-5/+4
2013-12-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-57/+93
2013-12-26f2fs: handle inline data operationsHuajun Li2-8/+86
2013-12-26f2fs: key functions to handle inline dataHuajun Li3-1/+185
2013-12-26f2fs: convert max_orphans to a field of f2fs_sb_infoGu Zheng2-10/+11
2013-12-26f2fs: check the blocksize before calling generic_direct_IO pathJaegeuk Kim1-0/+22
2013-12-26f2fs: should put the dnode when NEW_ADDR is detectedJaegeuk Kim1-2/+7
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim5-29/+28
2013-12-26f2fs: check filename length in recover_dentryChao Yu2-3/+6
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman27-269/+409
2013-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+1
2013-12-23udf: Fix lockdep warning from udf_symlink()Jan Kara1-1/+1
2013-12-23f2fs: avoid to set wrong pino of inode when rename dirChao Yu2-3/+2
2013-12-23f2fs: update several commentsChao Yu5-14/+22
2013-12-23f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng5-16/+7
2013-12-23f2fs: move all the bio initialization into __bio_allocGu Zheng1-50/+42
2013-12-23f2fs: write dirty meta pages collectivelyJaegeuk Kim1-3/+4
2013-12-23f2fs: introduce a new direct_IO write pathJaegeuk Kim3-48/+129
2013-12-23f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim4-6/+47
2013-12-23f2fs: missing kmem_cache_destroy for discard_entryChangman Lee1-0/+1
2013-12-23f2fs: fix the location of tracepointJaegeuk Kim1-2/+2
2013-12-23f2fs: refactor bio->rw handlingJaegeuk Kim7-95/+132
2013-12-23f2fs: merge pages with the same sync_mode flagFan Li4-22/+37
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim8-50/+47
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu6-27/+33
2013-12-23f2fs: avoid unneeded page release for correct _count of pageChao Yu1-4/+5