aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-03union-mount: Implement union-aware truncate()atomic-unionDavid Howells5-9/+45
2012-07-02union-mount: Implement union-aware writable open()Valerie Aurora5-111/+217
2012-07-02union-mount: Implement union-aware rename()David Howells1-19/+102
2012-07-02union-mount: Make various syscalls aware (link, chmod, chown, utimes & setxattr)David Howells4-8/+11
2012-07-02union-mount: Implement union-aware access()/faccessat()Valerie Aurora1-6/+35
2012-07-02unionmount: Override creds when copying up a file to correctly set ownershipDavid Howells1-3/+19
2012-07-02unionmount: Add LOOKUP_COPY_UPDavid Howells3-4/+32
2012-07-02VFS: Create user_path_nd() to lookup both parent and targetValerie Aurora2-0/+33
2012-07-02union-mount: In-kernel file copyup routinesDavid Howells2-1/+296
2012-07-02fallthru: tmpfs support for lookup of d_type/d_ino in fallthrusValerie Aurora1-3/+8
2012-07-02union-mount: Add generic_readdir_fallthru() helperValerie Aurora3-0/+78
2012-07-02union-mount: Copy up directory entries on first readdir()Valerie Aurora3-0/+200
2012-07-02union-mount: Set opaque flag on new directories in unioned file systemsValerie Aurora1-2/+11
2012-07-02union-mount: Create whiteout on rmdir()Valerie Aurora1-5/+4
2012-07-02union-mount: Create whiteout on unlink()Valerie Aurora1-5/+4
2012-07-02union-mount: Call union lookup functions in lookup pathValerie Aurora1-0/+12
2012-07-02union-mount: Add wrapper for lookup_union_locked() and RCU hookDavid Howells1-2/+147
2012-07-02union-mount: Add lookup_union_locked()Valerie Aurora1-0/+47
2012-07-02union-mount: Follow mount in __lookup_union()Valerie Aurora1-0/+2
2012-07-02union-mount: Build union stack in __lookup_union()Valerie Aurora1-2/+15
2012-07-02union-mount: Return files found in lower layers in __lookup_union()Valerie Aurora1-0/+20
2012-07-02union-mount: Process negative dentries in __lookup_union()Valerie Aurora1-1/+21
2012-07-02union-mount: Basic infrastructure of __lookup_union()Valerie Aurora1-0/+77
2012-07-02union-mount: Temporarily disable some syscallsValerie Aurora1-0/+17
2012-07-02union-mount: Implement union mountDavid Howells2-16/+28
2012-07-02union-mount: Duplicate the i_{,dir_}mutex lock classes and use for upper layerDavid Howells4-14/+48
2012-07-02union-mount: Prevent bind mounts of union mountsValerie Aurora1-0/+6
2012-07-02union-mount: Prevent topmost file system from being mounted elsewhereValerie Aurora1-0/+5
2012-07-02union-mount: Prevent improper union-related remountsValerie Aurora1-0/+12
2012-07-02union-mount: Create prepare_mnt_union() and cleanup_mnt_union()Valerie Aurora1-0/+40
2012-07-02union-mount: Create build_root_union()Valerie Aurora1-0/+49
2012-07-02unionmount: Mark lower layers in unionDavid Howells4-1/+11
2012-07-02union-mount: Add clone_union_tree() and put_union_sb()Valerie Aurora2-0/+69
2012-07-02union-mount: Create check_topmost_union_mnt()Valerie Aurora1-0/+40
2012-07-02union-mount: Create needs_lookup_union()Valerie Aurora2-0/+27
2012-07-02union-mount: Create IS_MNT_UNION()Jan Blunck1-0/+6
2012-07-02union-mount: Add union_create_topmost_dir()David Howells2-0/+123
2012-07-02union-mount: Create union_add_dir()Valerie Aurora2-0/+36
2012-07-02union-mount: Free union stack on removal of topmost dentry from dcacheJan Blunck1-0/+10
2012-07-02union-mount: Create d_free_unions()Valerie Aurora2-0/+34
2012-07-02union-mount: Add union_find_dir()Valerie Aurora1-0/+17
2012-07-02union-mount: Add union_alloc()Valerie Aurora2-0/+39
2012-07-02union-mount: Add two superblock fields for union mountsValerie Aurora1-0/+10
2012-07-02union-mount: Create union_stack structureValerie Aurora3-1/+80
2012-07-02union-mount: Add CONFIG_UNION_MOUNT optionValerie Aurora1-0/+12
2012-07-02union-mount: Introduce MNT_UNION and MS_UNION flagsJan Blunck4-1/+6
2012-07-02union-mount: Union mounts documentationValerie Aurora1-0/+712
2012-07-02tmpfs: Add fallthru supportValerie Aurora3-12/+72
2012-07-02VFS: Basic fallthru definitionsValerie Aurora4-1/+16
2012-07-02tmpfs: Add whiteout supportJan Blunck2-15/+141
2012-07-02whiteout: Allow removal of a directory with whiteoutsJan Blunck1-0/+85
2012-07-02whiteout: Add vfs_whiteout() and whiteout inode operationDavid Howells5-2/+106
2012-07-02whiteout: Define flags and operations for opaque inodesValerie Aurora1-0/+4
2012-07-02whiteout/NFSD: Don't return information about whiteouts to userspaceJan Blunck5-0/+32
2012-07-02VFS: Add CL_MAKE_HARD_READONLY flag to clone_mnt()/copy_tree()Valerie Aurora3-0/+20
2012-07-02VFS: Add CL_NO_SLAVE flag to clone_mnt()/copy_tree()Valerie Aurora2-0/+4
2012-07-02VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()Valerie Aurora2-0/+4
2012-07-02VFS: Add hard read-only users count to superblockValerie Aurora2-0/+17
2012-07-02VFS: Make lookup_hash() return a struct pathDavid Howells1-48/+56
2012-07-02VFS: Split inode_permission()David Howells2-17/+54
2012-07-02VFS: Pass mount flags to sget()David Howells20-50/+40
2012-07-02VFS: Comment mount following codeDavid Howells2-2/+24
2012-07-02VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells3-61/+70
2012-07-02VFS: Make chown() and lchown() call fchownat()David Howells1-34/+7
2012-06-24do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro1-1/+1
2012-06-24mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-06-24notify_change(): check that i_mutex is heldAndrew Morton1-1/+2
2012-06-24fs: add nd_jump_linkChristoph Hellwig3-12/+20
2012-06-24fs: move path_put on failure out of ->follow_linkChristoph Hellwig2-6/+9
2012-06-24debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro1-11/+9
2012-06-24debugfs: fold debugfs_create_by_name() into the only callerAl Viro1-33/+20
2012-06-24debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro1-22/+34
2012-06-24__d_unalias() should refuse to move mountpointsAl Viro1-4/+5
2012-06-24sysfs: just use d_materialise_unique()Al Viro1-8/+1
2012-06-24sysfs: switch to ->s_d_op and ->d_release()Al Viro3-10/+8
2012-06-22get rid of kern_path_parent()Al Viro4-82/+65
2012-06-22VFS: Fix the banner comment on lookup_open()David Howells1-3/+26
2012-06-22don't pass nameidata * to vfs_create()Al Viro6-10/+11
2012-06-22don't pass nameidata to ->create()Al Viro51-64/+62
2012-06-22fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro1-10/+10
2012-06-22stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-06-22fs/namei.c: don't pass namedata to lookup_dcache()Al Viro1-4/+4
2012-06-22fs/namei.c: don't pass nameidata to d_revalidate()Al Viro1-6/+6
2012-06-22stop passing nameidata * to ->d_revalidate()Al Viro25-84/+74
2012-06-22fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro1-32/+19
2012-06-22nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro1-13/+10
2012-06-22switch nfs_lookup_check_intent() away from nameidataAl Viro1-5/+5
2012-06-22do_dentry_open(): take initialization of file->f_path to callerAl Viro1-14/+12
2012-06-22fold __dentry_open() into its sole callerAl Viro1-21/+12
2012-06-22switch do_dentry_open() to returning intAl Viro1-20/+20
2012-06-22make finish_no_open() return intAl Viro8-20/+12
2012-06-22fs/namei.c: get do_last() and friends return intAl Viro1-80/+70
2012-06-22kill struct opendataAl Viro15-98/+81
2012-06-22kill opendata->{mnt,dentry}Al Viro3-14/+9
2012-06-22make ->atomic_open() return intAl Viro13-105/+97
2012-06-22don't modify od->filp at allAl Viro2-6/+3
2012-06-22->atomic_open() prototype change - pass int * instead of bool *Al Viro14-52/+63
2012-06-22vfs: move O_DIRECT check to common codeMiklos Szeredi1-12/+5
2012-06-22vfs: do_last(): clean up retryMiklos Szeredi1-15/+21
2012-06-22vfs: do_last(): clean up boolMiklos Szeredi1-14/+14
2012-06-22vfs: do_last(): clean up labelsMiklos Szeredi1-5/+5
2012-06-22vfs: do_last(): clean up error handlingMiklos Szeredi1-15/+8
2012-06-22vfs: remove open intents from nameidataMiklos Szeredi4-153/+48
2012-06-229p: implement i_op->atomic_open()Miklos Szeredi2-84/+137
2012-06-22ceph: implement i_op->atomic_open()Miklos Szeredi3-38/+56
2012-06-22ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi3-6/+4
2012-06-22cifs: implement i_op->atomic_open()Miklos Szeredi3-198/+247
2012-06-22fuse: implement i_op->atomic_open()Miklos Szeredi1-27/+67
2012-06-22nfs: don't use intents for checking atomic openMiklos Szeredi1-20/+4
2012-06-22nfs: don't use nd->intent.open.flagsMiklos Szeredi1-5/+4
2012-06-22nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi5-70/+15
2012-06-22nfs: implement i_op->atomic_open()Miklos Szeredi1-86/+97
2012-06-22vfs: add i_op->atomic_open()Miklos Szeredi6-2/+270
2012-06-22vfs: lookup_open(): expand lookup_hash()Miklos Szeredi1-1/+11
2012-06-22vfs: add lookup_open()Miklos Szeredi1-38/+61
2012-06-22vfs: do_last(): common slow lookupMiklos Szeredi1-22/+5
2012-06-22vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi1-16/+17
2012-06-22vfs: do_last(): inline lookup_slow()Miklos Szeredi1-2/+15
2012-06-22namei.c: let follow_link() do put_link() on failureAl Viro1-33/+41
2012-06-09coda: use list_for_each_entryAl Viro1-7/+3
2012-06-09vfs: switch i_dentry/d_alias to hlistAl Viro13-28/+36
2012-06-09ext4: get rid of open-coded d_find_any_alias()Al Viro1-8/+1
2012-06-09ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro1-11/+5
2012-06-09affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-06-09affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-06-09vfs: update documentation on ->i_dentry handlingAl Viro1-6/+4
2012-06-09adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-06-09cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-06-09qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro1-1/+0
2012-06-09get rid of magic in proc_namespace.cAl Viro3-8/+9
2012-06-09get rid of ->mnt_longtermAl Viro5-72/+26
2012-06-08fs/direct-io.c: adjust suspicious bit operationJulia Lawall1-1/+1
2012-06-08affs: get rid of affs_sync_superArtem Bityutskiy3-13/+45
2012-06-08affs: introduce VFS superblock object back-referenceArtem Bityutskiy2-0/+2
2012-06-08affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-06-08affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-06-08affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-06-08affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-06-08affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+4
2012-06-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-9/+16
2012-06-08Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds3-8/+33
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds1-6/+10
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-91/+168
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds29-120/+357
2012-06-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-45/+161
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2012-06-08Merge tag 'moduleparam-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-12/+7
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu1-1/+2
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie7-28/+31
2012-06-08Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie9-17/+130
2012-06-08init: Drop initcall level outputBorislav Petkov1-6/+1
2012-06-08module_param: stop double-calling parameters.Rusty Russell2-6/+6
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras1-3/+11
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds3-16/+6
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-07Merge branch 'akpm' (Andrew's fixups)Linus Torvalds11-69/+118
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov3-6/+16
2012-06-07btree: catch NULL value before it does harmJoern Engel1-0/+1
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier1-2/+2
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12
2012-06-07drivers/platform/x86/acerhdf.c: correct Boris' mail addressBorislav Petkov1-1/+1
2012-06-07c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentCyrill Gorcunov1-14/+0
2012-06-07c/r: prctl: add ability to get clear_tid_addressCyrill Gorcunov2-4/+19
2012-06-07c/r: prctl: add minimal address test to PR_SET_MMCyrill Gorcunov1-1/+1
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov2-12/+20
2012-06-07MAINTAINERS: whitespace fixesJoe Perches1-9/+9
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-07x86, efi stub: Add .reloc section back into imageJordan Justen2-74/+140
2012-06-07Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds3-1/+5
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-19/+1
2012-06-07UBI: correct ubi_wl_flush lockingArtem Bityutskiy1-4/+13
2012-06-07UBIFS: fix debugfs-less systems supportArtem Bityutskiy1-2/+10
2012-06-07UBI: fix debugfs-less systems supportArtem Bityutskiy1-2/+10
2012-06-06drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handlerAdam Jackson2-6/+67
2012-06-06Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+11
2012-06-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-22/+87
2012-06-06Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds11-41/+39
2012-06-06Merge branches 'cxgb4', 'mlx4' and 'ocrdma' into for-linusRoland Dreier10-41/+35
2012-06-06IB/mlx4: Fix max_wqe capacity reported from query deviceSagi Grimberg3-7/+24
2012-06-06mlx4_core: Fix setting VL_cap in mlx4_SET_PORT wrapper flowJack Morgenstein1-2/+2
2012-06-06Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds4-6/+16
2012-06-06Merge tag 'iommu-fixes-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+52
2012-06-06tile: add #include to unbreak build after generic init_task conversionChris Metcalf1-0/+1
2012-06-06tile: remove cpu_idle_on_new_stackChris Metcalf2-19/+0
2012-06-06perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma1-0/+4
2012-06-06perf/x86: Check if user fp is validArun Sharma2-6/+18
2012-06-06perf: Limit callchains to 127Arun Sharma1-1/+1
2012-06-06perf/x86: Allow multiple stacksArun Sharma1-6/+0
2012-06-06char/agp: add another Ironlake host bridgeEugeni Dodonov2-0/+2
2012-06-06perf/x86: Update SNB PEBS constraintsPeter Zijlstra1-8/+1
2012-06-06perf/x86: Enable/Add IvyBridge hardware supportPeter Zijlstra1-1/+2
2012-06-06perf/x86: Implement cycles:p for SNB/IVBPeter Zijlstra2-8/+43
2012-06-06perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra3-28/+66
2012-06-06x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama1-2/+2
2012-06-06x86/reboot: Fix a warning message triggered by stop_other_cpus()Feng Tang1-2/+4