index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
xattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-03
cifs: add shutdown support
Steve French
1
-0
/
+4
2021-04-25
cifs: allocate buffer in the caller of build_path_from_dentry()
Al Viro
1
-12
/
+18
2021-04-25
cifs: make build_path_from_dentry() return const char *
Al Viro
1
-3
/
+3
2021-04-25
cifs: constify pathname arguments in a bunch of helpers
Al Viro
1
-2
/
+2
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-0
/
+1
2020-12-18
Add SMB 2 support for getting and setting SACLs
Boris Protopopov
1
-6
/
+4
2020-12-18
SMB3: Add support for getting and setting SACLs
Boris Protopopov
1
-21
/
+62
2020-01-26
CIFS: Add support for setting owner info, dos attributes, and create time
Boris Protopopov
1
-11
/
+117
2019-09-23
CIFS: fix max ea value size
Murphy Zhou
1
-1
/
+1
2019-07-07
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
Steve French
1
-4
/
+0
2018-08-10
smb3: create smb3 equivalent alias for cifs pseudo-xattrs
Steve French
1
-2
/
+26
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-4
/
+4
2017-09-04
cifs: Add support for writing attributes on SMB2+
Ronnie Sahlberg
1
-1
/
+1
2017-06-20
cifs: remove redundant return in cifs_creation_time_get
Colin Ian King
1
-2
/
+0
2017-05-12
[CIFS] Minor cleanup of xattr query function
Steve French
1
-4
/
+2
2016-10-12
Add way to query creation time of file via cifs xattr
Steve French
1
-1
/
+27
2016-10-12
Add way to query file attributes via cifs xattr
Steve French
1
-1
/
+33
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-4
/
+5
2016-04-23
cifs: Switch to generic xattr handlers
Andreas Gruenbacher
1
-198
/
+144
2016-04-23
cifs: Fix removexattr for os2.* xattrs
Andreas Gruenbacher
1
-9
/
+17
2016-04-23
cifs: Fix xattr name checks
Andreas Gruenbacher
1
-16
/
+8
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-3
/
+3
2016-04-10
cifs: kill more bogus checks in ->...xattr() methods
Al Viro
1
-36
/
+6
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-12
/
+4
2015-12-06
posix acls: Remove duplicate xattr name definitions
Andreas Gruenbacher
1
-8
/
+8
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-11
/
+11
2014-10-16
Remap reserved posix characters by default (part 3/3)
Steve French
1
-20
/
+12
2014-02-07
retrieving CIFS ACLs when mounted with SMB2 fails dropping session
Steve French
1
-4
/
+11
2014-01-26
[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifs
Steve French
1
-19
/
+30
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-28
/
+26
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
1
-12
/
+12
2012-03-06
cifs: possible memory leak in xattr.
Santosh Nayak
1
-3
/
+3
2011-10-28
Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+1
2011-10-17
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
Shirish Pargaonkar
1
-1
/
+1
2011-08-12
CIFS: remove local xattr definitions
Mimi Zohar
1
-22
/
+18
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-4
/
+4
2011-05-19
[CIFS] Allow to set extended attribute cifs_acl (try #2)
Steve French
1
-0
/
+20
2010-11-30
cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)
Shirish Pargaonkar
1
-25
/
+30
2010-10-06
cifs: add refcounted and timestamped container for holding tcons
Jeff Layton
1
-21
/
+39
2010-09-29
cifs: add function to get a tcon from cifs_sb
Jeff Layton
1
-4
/
+4
2010-04-21
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
1
-20
/
+20
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-23
cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
Jeff Layton
1
-4
/
+4
2009-06-25
cifs: Fix incorrect return code being printed in cFYI messages
Suresh Jayaraman
1
-4
/
+8
2008-04-29
[CIFS] convert usage of implicit booleans to bool
Steve French
1
-1
/
+1
2008-02-07
[CIFS] reduce checkpatch warnings
Steve French
1
-5
/
+4
2007-11-05
[CIFS] Fix walking out end of cifs dacl
Steve French
1
-2
/
+2
2007-10-25
[CIFS] acl support part 6
Steve French
1
-3
/
+4
2007-10-03
[CIFS] Cleanup formatting
Steve French
1
-7
/
+12
2007-07-17
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Steve French
1
-1
/
+2
[next]