summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-181-0/+15
| * | | | | | | | userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
| * | | | | | | | userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman2012-09-183-23/+60
| * | | | | | | | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-1816-47/+49
| * | | | | | | | userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman2012-09-183-20/+107
| * | | | | | | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-2/+10
| * | | | | | | | userns: Convert debugfs to use kuid/kgid where appropriate.Eric W. Biederman2012-09-061-8/+18
| | |/ / / / / / | |/| | | | | |
| * | | | | | | userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-141-0/+4
| * | | | | | | userns: Fix link restrictions to use uid_eqEric W. Biederman2012-08-031-3/+3
* | | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-021-0/+180
|\ \ \ \ \ \ \ \
| * | | | | | | | xattr: mark variable as uninitialized to make both gcc and smatch happyAristeu Rozanski2012-09-131-1/+1
| * | | | | | | | fs: add missing documentation to simple_xattr functionsAristeu Rozanski2012-09-131-2/+16
| * | | | | | | | xattr: extract simple_xattr code from tmpfsAristeu Rozanski2012-08-241-0/+166
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-0212-34/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-208-10/+10
| * | | | | | | | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-134-24/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-10-0132-1547/+4884
|\ \ \ \ \ \ \ \
| * | | | | | | | [CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French2012-10-011-18/+19
| * | | | | | | | [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French2012-10-015-29/+56
| * | | | | | | | cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-285-41/+80
| * | | | | | | | CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-261-1/+2
| * | | | | | | | CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky2012-09-261-32/+3
| * | | | | | | | CIFS: Make ops->close return voidPavel Shilovsky2012-09-264-8/+8
| * | | | | | | | cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2012-09-262-4/+5
| * | | | | | | | cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton2012-09-241-33/+4
| * | | | | | | | cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-241-19/+0
| * | | | | | | | CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky2012-09-241-9/+14
| * | | | | | | | CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-241-1/+1
| * | | | | | | | Trivial endian fixesSteve French2012-09-242-3/+4
| * | | | | | | | MARK SMB2 support EXPERIMENTALSteve French2012-09-241-1/+1
| * | | | | | | | Update cifs version numberSteve French2012-09-241-1/+1
| * | | | | | | | cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-241-1/+2
| * | | | | | | | cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-241-1/+2
| * | | | | | | | cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-241-27/+24
| * | | | | | | | CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-247-10/+158
| * | | | | | | | CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-246-14/+157
| * | | | | | | | CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-241-4/+23
| * | | | | | | | CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-248-27/+256
| * | | | | | | | CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-242-23/+102
| * | | | | | | | CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-244-38/+41
| * | | | | | | | CIFS: Use brlock cache for SMB2Pavel Shilovsky2012-09-243-1/+94
| * | | | | | | | CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-247-5/+210
| * | | | | | | | CIFS: Handle SMB2 lock flagsPavel Shilovsky2012-09-242-0/+17
| * | | | | | | | CIFS: Move brlock code to ops structPavel Shilovsky2012-09-244-25/+40
| * | | | | | | | CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-243-39/+53
| * | | | | | | | CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-241-1/+1
| * | | | | | | | cifs: remove kmap lock and rsize limitJeff Layton2012-09-244-49/+0
| * | | | | | | | cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-244-32/+21
| * | | | | | | | cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-244-81/+80
| * | | | | | | | cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-242-38/+52
OpenPOWER on IntegriCloud