Age | Commit message (Expand) | Author | Files | Lines |
2013-02-13 | cifs: Enable building with user namespaces enabled.HEADmaster | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t | Eric W. Biederman | 3 | -5/+7 |
2013-02-13 | cifs: Convert struct cifs_sb_info to use kuids and kgids | Eric W. Biederman | 4 | -10/+16 |
2013-02-13 | cifs: Modify struct smb_vol to use kuids and kgids | Eric W. Biederman | 2 | -15/+45 |
2013-02-13 | cifs: Convert struct cifsFileInfo to use a kuid | Eric W. Biederman | 2 | -3/+3 |
2013-02-13 | cifs: Convert struct cifs_fattr to use kuid and kgids | Eric W. Biederman | 2 | -6/+12 |
2013-02-13 | cifs: Convert struct tcon_link to use a kuid. | Eric W. Biederman | 2 | -7/+7 |
2013-02-13 | cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t | Eric W. Biederman | 5 | -22/+28 |
2013-02-13 | cifs: Convert from a kuid before printing current_fsuid | Eric W. Biederman | 1 | -1/+2 |
2013-02-13 | cifs: Use kuids and kgids SID to uid/gid mapping | Eric W. Biederman | 4 | -20/+34 |
2013-02-13 | cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc | Eric W. Biederman | 1 | -1/+2 |
2013-02-13 | cifs: Use BUILD_BUG_ON to validate uids and gids are the same size | Eric W. Biederman | 1 | -0/+1 |
2013-02-13 | cifs: Override unmappable incoming uids and gids | Eric W. Biederman | 1 | -9/+13 |
2013-02-13 | nfsd: Enable building with user namespaces enabled. | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | nfsd: Properly compare and initialize kuids and kgids | Eric W. Biederman | 4 | -14/+14 |
2013-02-13 | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids | Eric W. Biederman | 3 | -11/+17 |
2013-02-13 | nfsd: Modify nfsd4_cb_sec to use kuids and kgids | Eric W. Biederman | 2 | -5/+12 |
2013-02-13 | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion | Eric W. Biederman | 3 | -34/+76 |
2013-02-13 | nfsd: Convert nfsxdr to use kuids and kgids | Eric W. Biederman | 1 | -6/+8 |
2013-02-13 | nfsd: Convert nfs3xdr to use kuids and kgids | Eric W. Biederman | 1 | -6/+8 |
2013-02-13 | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid | Eric W. Biederman | 3 | -10/+4 |
2013-02-13 | nfsd: Convert idmap to use kuids and kgids | Eric W. Biederman | 2 | -10/+24 |
2013-02-13 | nfsd: idmap use u32 not uid_t as the intermediate type | Eric W. Biederman | 1 | -6/+6 |
2013-02-13 | nfsd: Remove declaration of nonexistent nfs4_acl_permisison | Eric W. Biederman | 1 | -2/+0 |
2013-02-13 | nfs: Enable building with user namespaces enabled. | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | nfs: kuid and kgid conversions for nfs/inode.c | Eric W. Biederman | 1 | -6/+6 |
2013-02-13 | nfs: Convert nfs4xdr to use kuids and kgids | Eric W. Biederman | 1 | -8/+8 |
2013-02-13 | nfs: Convert nfs3xdr to use kuids and kgids | Eric W. Biederman | 1 | -4/+14 |
2013-02-13 | nfs: Convert nfs2xdr to use kuids and kgids | Eric W. Biederman | 1 | -4/+15 |
2013-02-13 | nfs: Convert idmap to use kuids and kgids | Eric W. Biederman | 2 | -20/+39 |
2013-02-13 | nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t | Eric W. Biederman | 1 | -2/+2 |
2013-02-13 | nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc | Eric W. Biederman | 1 | -1/+2 |
2013-02-13 | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 1 | -2/+4 |
2013-02-13 | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls. | Eric W. Biederman | 1 | -5/+9 |
2013-02-13 | sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 1 | -3/+3 |
2013-02-13 | sunrpc: Hash uids by first computing their value in the initial userns | Eric W. Biederman | 2 | -3/+8 |
2013-02-13 | sunrpc: Update svcgss xdr handle to rpsec_contect cache | Eric W. Biederman | 1 | -5/+13 |
2013-02-13 | sunrpc: Update gss uid to security context mapping. | Eric W. Biederman | 1 | -5/+15 |
2013-02-13 | sunrpc: Use gid_valid to test for gid != INVALID_GID | Eric W. Biederman | 1 | -3/+2 |
2013-02-13 | sunrpc: Convert kuids and kgids to uids and gids for printing | Eric W. Biederman | 3 | -7/+13 |
2013-02-13 | sunrpc: Simplify auth_unix now that everything is a kgid_t | Eric W. Biederman | 1 | -10/+4 |
2013-02-13 | sunrpc: Use uid_eq and gid_eq where appropriate | Eric W. Biederman | 4 | -8/+8 |
2013-02-13 | sunrpc: Use kuid_t and kgid_t where appropriate | Eric W. Biederman | 5 | -15/+16 |
2013-02-13 | sunrpc: Use userns friendly constants. | Eric W. Biederman | 4 | -9/+9 |
2013-02-13 | nfs_common: Update the translation between nfsv3 acls linux posix acls | Eric W. Biederman | 1 | -15/+26 |
2013-02-13 | ncpfs: Support interacting with multiple user namespaces | Eric W. Biederman | 4 | -37/+50 |
2013-02-13 | gfs2: Enable building with user namespaces enabled | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | gfs2: Convert uids and gids between dinodes and vfs inodes. | Eric W. Biederman | 3 | -6/+6 |
2013-02-13 | gfs2: Use uid_eq and gid_eq where appropriate | Eric W. Biederman | 3 | -11/+16 |
2013-02-13 | gfs2: Use kuid_t and kgid_t types where appropriate. | Eric W. Biederman | 3 | -9/+10 |
2013-02-13 | gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines | Eric W. Biederman | 1 | -20/+5 |
2013-02-13 | gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid | Eric W. Biederman | 2 | -46/+26 |
2013-02-13 | gfs2: Convert gfs2_quota_refresh to take a kqid | Eric W. Biederman | 3 | -5/+16 |
2013-02-13 | gfs2: Modify qdsb_get to take a struct kqid | Eric W. Biederman | 1 | -6/+7 |
2013-02-13 | gfs2: Modify struct gfs2_quota_change_host to use struct kqid | Eric W. Biederman | 1 | -3/+5 |
2013-02-13 | gfs2: Introduce qd2index | Eric W. Biederman | 1 | -2/+8 |
2013-02-13 | gfs2: Report quotas in the caller's user namespace. | Eric W. Biederman | 1 | -1/+1 |
2013-02-13 | gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE | Eric W. Biederman | 7 | -14/+15 |
2013-02-13 | gfs2: Remove improper checks in gfs2_set_dqblk. | Eric W. Biederman | 1 | -6/+0 |
2013-02-13 | ocfs2: Enable building with user namespaces enabled | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | ocfs2: Compare kuids and kgids using uid_eq and gid_eq | Eric W. Biederman | 2 | -5/+5 |
2013-02-13 | ocfs2: For tracing report the uid and gid values in the initial user namespace | Eric W. Biederman | 1 | -1/+2 |
2013-02-13 | ocfs2: Convert uid and gids between in core and on disk inodes | Eric W. Biederman | 2 | -8/+8 |
2013-02-13 | ocfs2: convert between kuids and kgids and DLM locks | Eric W. Biederman | 1 | -4/+4 |
2013-02-13 | ocfs2: Handle kuids and kgids in acl/xattr conversions. | Eric W. Biederman | 1 | -2/+29 |
2013-02-13 | coda: Allow coda to be built when user namespace support is enabled | Eric W. Biederman | 1 | -1/+0 |
2013-02-13 | coda: Cache permisions in struct coda_inode_info in a kuid_t. | Eric W. Biederman | 3 | -4/+4 |
2013-02-13 | coda: Restrict coda messages to the initial user namespace | Eric W. Biederman | 4 | -8/+11 |
2013-02-13 | coda: Restrict coda messages to the initial pid namespace | Eric W. Biederman | 3 | -2/+10 |
2013-02-13 | afs: Support interacting with multiple user namespaces | Eric W. Biederman | 4 | -10/+15 |
2013-02-13 | afs: Only allow mounting afs in the intial network namespace | Eric W. Biederman | 1 | -0/+6 |
2013-02-12 | afs: Remove unused structure afs_store_status | Eric W. Biederman | 1 | -7/+0 |
2013-02-12 | 9p: Allow building 9p with user namespaces enabled. | Eric W. Biederman | 1 | -4/+0 |
2013-02-12 | 9p: Modify v9fs_get_fsgid_for_create to return a kgid | Eric W. Biederman | 1 | -5/+5 |
2013-02-12 | 9p: Modify struct v9fs_session_info to use a kuids and kgids | Eric W. Biederman | 2 | -10/+30 |
2013-02-12 | 9p: Modify struct 9p_fid to use a kuid_t not a uid_t | Eric W. Biederman | 3 | -10/+11 |
2013-02-12 | 9p: Modify the stat structures to use kuid_t and kgid_t | Eric W. Biederman | 4 | -21/+30 |
2013-02-12 | 9p: Transmit kuid and kgid values | Eric W. Biederman | 3 | -18/+19 |
2013-02-12 | 9p: Add 'u' and 'g' format specifies for kuids and kgids | Eric W. Biederman | 1 | -0/+36 |
2013-02-12 | ceph: Enable building when user namespaces are enabled. | Eric W. Biederman | 1 | -1/+0 |
2013-02-12 | ceph: Convert kuids and kgids before printing them. | Eric W. Biederman | 2 | -4/+8 |
2013-02-12 | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t | Eric W. Biederman | 2 | -4/+4 |
2013-02-12 | ceph: Translate inode uid and gid attributes to/from kuids and kgids. | Eric W. Biederman | 1 | -6/+8 |
2013-02-12 | ceph: Translate between uid and gids in cap messages and kuids and kgids | Eric W. Biederman | 2 | -9/+9 |
2013-02-12 | ceph: Only allow mounts in the initial network namespace | Eric W. Biederman | 1 | -0/+5 |
2013-01-27 | userns: Allow the unprivileged users to mount mqueue fs | Gao feng | 1 | -0/+1 |
2013-01-26 | userns: Allow the userns root to mount tmpfs. | Eric W. Biederman | 1 | -0/+2 |
2013-01-26 | userns: Allow the userns root to mount ramfs. | Eric W. Biederman | 1 | -0/+1 |
2013-01-26 | userns: Allow the userns root to mount of devpts | Eric W. Biederman | 1 | -0/+18 |
2013-01-26 | userns: Recommend use of memory control groups. | Eric W. Biederman | 2 | -0/+21 |
2013-01-26 | userns: Allow any uid or gid mappings that don't overlap. | Eric W. Biederman | 1 | -6/+39 |
2013-01-26 | userns: Avoid recursion in put_user_ns | Eric W. Biederman | 3 | -16/+15 |
2012-12-26 | userns: Allow unprivileged reboot | Li Zefan | 1 | -2/+3 |
2012-12-25 | f2fs: Don't assign e_id in f2fs_acl_from_disk | Eric W. Biederman | 1 | -1/+0 |
2012-12-25 | proc: Allow proc_free_inum to be called from any context | Eric W. Biederman | 1 | -6/+7 |
2012-12-25 | pidns: Stop pid allocation when init dies | Eric W. Biederman | 4 | -4/+20 |
2012-12-24 | pidns: Outlaw thread creation after unshare(CLONE_NEWPID) | Eric W. Biederman | 1 | -0/+8 |
2012-12-21 | Linux 3.8-rc1 | Linus Torvalds | 1 | -2/+2 |
2012-12-21 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 19 | -445/+738 |
2012-12-21 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -17/+18 |
2012-12-21 | Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk... | Linus Torvalds | 30 | -443/+522 |
2012-12-21 | Revert "nfsd: warn on odd reply state in nfsd_vfs_read" | J. Bruce Fields | 1 | -1/+0 |
2012-12-21 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 22 | -214/+2234 |
2012-12-21 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 9 | -68/+9 |
2012-12-21 | ARM: dts: fix duplicated build target and alphabetical sort out for exynos | Kukjin Kim | 1 | -3/+2 |
2012-12-21 | dm stripe: add WRITE SAME support | Mike Snitzer | 1 | -4/+6 |
2012-12-21 | dm: remove map_info | Mikulas Patocka | 14 | -54/+31 |
2012-12-21 | dm snapshot: do not use map_context | Mikulas Patocka | 1 | -13/+23 |
2012-12-21 | dm thin: dont use map_context | Mikulas Patocka | 1 | -36/+13 |
2012-12-21 | dm raid1: dont use map_context | Mikulas Patocka | 1 | -9/+13 |
2012-12-21 | dm flakey: dont use map_context | Mikulas Patocka | 1 | -4/+11 |
2012-12-21 | dm raid1: rename read_record to bio_record | Mikulas Patocka | 1 | -11/+11 |
2012-12-21 | dm: move target request nr to dm_target_io | Mikulas Patocka | 4 | -8/+15 |
2012-12-21 | dm snapshot: use per_bio_data | Mikulas Patocka | 1 | -35/+8 |
2012-12-21 | dm verity: use per_bio_data | Mikulas Patocka | 1 | -18/+4 |
2012-12-21 | dm raid1: use per_bio_data | Mikulas Patocka | 1 | -34/+5 |
2012-12-21 | dm: introduce per_bio_data | Mikulas Patocka | 4 | -20/+56 |
2012-12-21 | dm kcopyd: add WRITE SAME support to dm_kcopyd_zero | Mike Snitzer | 3 | -10/+33 |
2012-12-21 | dm linear: add WRITE SAME support | Mike Snitzer | 1 | -1/+2 |
2012-12-21 | dm: add WRITE SAME support | Mike Snitzer | 1 | -5/+39 |
2012-12-21 | dm: prepare to support WRITE SAME | Mike Snitzer | 2 | -1/+34 |
2012-12-21 | dm ioctl: use kmalloc if possible | Mikulas Patocka | 1 | -13/+32 |
2012-12-21 | dm ioctl: remove PF_MEMALLOC | Mikulas Patocka | 2 | -11/+6 |
2012-12-21 | dm persistent data: improve improve space map block alloc failure message | Joe Thornber | 1 | -1/+1 |
2012-12-21 | dm thin: use DMERR_LIMIT for errors | Mike Snitzer | 1 | -10/+15 |
2012-12-21 | dm persistent data: use DMERR_LIMIT for errors | Mike Snitzer | 3 | -21/+20 |
2012-12-21 | dm block manager: reinstate message when validator fails | Mike Snitzer | 1 | -1/+4 |
2012-12-21 | dm raid: round region_size to power of two | Jonathan Brassow | 1 | -1/+3 |
2012-12-21 | dm thin: cleanup dead code | Joe Thornber | 1 | -14/+5 |
2012-12-21 | dm thin: rename cell_defer_except to cell_defer_no_holder | Joe Thornber | 1 | -21/+21 |
2012-12-21 | dm snapshot: optimize track_chunk | Mikulas Patocka | 1 | -3/+2 |
2012-12-21 | dm raid: use DM_ENDIO_INCOMPLETE | Mikulas Patocka | 1 | -1/+1 |
2012-12-21 | dm raid1: remove impossible mempool_alloc error test | Mikulas Patocka | 1 | -5/+3 |
2012-12-21 | dm thin: emit ignore_discard in status when discards disabled | Mike Snitzer | 1 | -2/+4 |
2012-12-21 | dm persistent data: fix nested btree deletion | Joe Thornber | 2 | -3/+8 |
2012-12-21 | dm thin: wake worker when discard is prepared | Joe Thornber | 1 | -4/+7 |
2012-12-21 | dm thin: fix race between simultaneous io and discards to same block | Joe Thornber | 1 | -25/+59 |
2012-12-21 | dm thin: replace dm_cell_release_singleton with cell_defer_except | Joe Thornber | 3 | -39/+12 |
2012-12-21 | dm: disable WRITE SAME | Mike Snitzer | 1 | -0/+2 |
2012-12-21 | dm ioctl: prevent unsafe change to dm_ioctl data_size | Alasdair G Kergon | 1 | -0/+8 |
2012-12-21 | dm persistent data: rename node to btree_node | Mikulas Patocka | 4 | -47/+47 |
2012-12-21 | NFS: Kill fscache warnings when mounting without -ofsc | Trond Myklebust | 1 | -4/+15 |
2012-12-21 | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n | David Howells | 1 | -0/+1 |
2012-12-20 | Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2 | -53/+64 |
2012-12-20 | Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 14 | -121/+180 |
2012-12-20 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 30 | -88/+261 |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 80 | -531/+1311 |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 118 | -357/+211 |
2012-12-20 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 6 | -7/+11 |
2012-12-20 | Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 25 | -183/+204 |
2012-12-20 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 3 | -9/+158 |
2012-12-20 | keys: use keyring_alloc() to create module signing keyring | David Howells | 1 | -9/+6 |
2012-12-20 | keys: fix unreachable code | Alan Cox | 1 | -2/+0 |
2012-12-20 | sendfile: allows bypassing of notifier events | Scott Wolchok | 1 | -0/+2 |
2012-12-20 | SGI-XP: handle non-fatal traps | Robin Holt | 1 | -2/+32 |
2012-12-20 | fat: fix incorrect function comment | Ravishankar N | 3 | -4/+7 |
2012-12-20 | Documentation: ABI: remove testing/sysfs-devices-node | Davidlohr Bueso | 1 | -7/+0 |
2012-12-20 | proc: fix inconsistent lock state | Xiaotian Feng | 1 | -6/+6 |
2012-12-20 | linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisors | Guenter Roeck | 1 | -2/+4 |
2012-12-20 | memcg: don't register hotcpu notifier from ->css_alloc() | Tejun Heo | 1 | -1/+13 |
2012-12-20 | checkpatch: warn on uapi #includes that #include <uapi/... | Joe Perches | 1 | -2/+5 |
2012-12-20 | revert "rtc: recycle id when unloading a rtc driver" | Andrew Morton | 1 | -1/+0 |
2012-12-20 | mm: clean up transparent hugepage sysfs error messages | Jeremy Eder | 1 | -3/+3 |
2012-12-20 | hfsplus: add error message for the case of failure of sync fs in delayed_sync... | Vyacheslav Dubeyko | 1 | -1/+4 |
2012-12-20 | hfsplus: rework processing of hfs_btree_write() returned error | Vyacheslav Dubeyko | 3 | -5/+12 |
2012-12-20 | hfsplus: rework processing errors in hfsplus_free_extents() | Vyacheslav Dubeyko | 1 | -4/+20 |
2012-12-20 | hfsplus: avoid crash on failed block map free | Alan Cox | 1 | -1/+12 |
2012-12-20 | kcmp: include linux/ptrace.h | Cyrill Gorcunov | 1 | -0/+1 |
2012-12-20 | drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h> | Jean Delvare | 1 | -0/+1 |
2012-12-20 | mm: cma: WARN if freed memory is still in use | Marek Szyprowski | 1 | -2/+9 |
2012-12-20 | exec: do not leave bprm->interp on stack | Kees Cook | 4 | -2/+23 |
2012-12-20 | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists | Zhenzhong Duan | 1 | -15/+47 |
2012-12-20 | drivers/firmware/dmi_scan.c: check dmi version when get system uuid | Zhenzhong Duan | 1 | -3/+15 |
2012-12-20 | Documentation: kernel-parameters.txt remove capability.disable | Josh Boyer | 1 | -6/+0 |
2012-12-20 | mm: fix calculation of dirtyable memory | Sonny Rao | 1 | -5/+20 |
2012-12-20 | compaction: fix build error in CMA && !COMPACTION | Minchan Kim | 1 | -6/+20 |
2012-12-20 | vfs: make lremovexattr retry once on ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: make removexattr retry once on ESTALE | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: make llistxattr retry once on ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: make listxattr retry once on ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: make lgetxattr retry once on ESTALE | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: make getxattr retry once on an ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: allow lsetxattr() to retry once on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: allow setxattr to retry once on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: allow utimensat() calls to retry once on an ESTALE error | Jeff Layton | 1 | -1/+5 |
2012-12-20 | vfs: fix user_statfs to retry once on ESTALE errors | Jeff Layton | 1 | -1/+8 |
2012-12-20 | vfs: make fchownat retry once on ESTALE errors | Jeff Layton | 1 | -0/+5 |
2012-12-20 | vfs: make fchmodat retry once on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: have chroot retry once on ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: have chdir retry lookup and call once on ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: have faccessat retry once on an ESTALE error | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: have do_sys_truncate retry once on an ESTALE error | Jeff Layton | 1 | -1/+7 |
2012-12-20 | vfs: fix renameat to retry on ESTALE errors | Jeff Layton | 1 | -3/+12 |
2012-12-20 | vfs: make do_unlinkat retry once on ESTALE errors | Jeff Layton | 1 | -2/+8 |
2012-12-20 | vfs: make do_rmdir retry once on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: add a flags argument to user_path_parent | Jeff Layton | 1 | -6/+10 |
2012-12-20 | vfs: fix linkat to retry once on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: fix symlinkat to retry on ESTALE errors | Jeff Layton | 1 | -2/+7 |
2012-12-20 | vfs: fix mkdirat to retry once on an ESTALE error | Jeff Layton | 1 | -1/+7 |
2012-12-20 | vfs: fix mknodat to retry on ESTALE errors | Jeff Layton | 1 | -2/+7 |