aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-02-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-02-27ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-02-26Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2013-02-26Merge tag 'f2fs-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2013-02-26saner proc_get_inode() calling conventionsAl Viro
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter
2013-02-26ocfs2: fix possible use-after-free with AIOJan Kara
2013-02-26ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-26kill f_vfsmntAl Viro
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro
2013-02-269p: switch v9fs_set_acl() from dentry to fidAl Viro
2013-02-269p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro
2013-02-26hugetlb_file_setup(): use d_alloc_pseudo()Al Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei
2013-02-23fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-22hostfs: directory methods have no business in non-directory inode_operationsAl Viro
2013-02-22__d_materialise_unique() is too genericAl Viro
2013-02-22fs: Fix possible use-after-free with AIOJan Kara
2013-02-22constify d_lookup() argumentsAl Viro
2013-02-22constify __d_lookup() argumentsAl Viro
2013-02-22lookup_slow: get rid of name argumentAl Viro
2013-02-22lookup_fast: get rid of name argumentAl Viro
2013-02-22get rid of name and type arguments of walk_component()Al Viro
2013-02-22link_path_walk(): move assignments to nd->last/nd->last_type upAl Viro
2013-02-22vfs: remove d_path_with_unreachableJeff Layton