summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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-144-24/+7
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-10-0232-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-271-1/+2
| * | | CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky2012-09-271-32/+3
| * | | CIFS: Make ops->close return voidPavel Shilovsky2012-09-274-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-251-33/+4
| * | | cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-251-19/+0
| * | | CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky2012-09-251-9/+14
| * | | CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-251-1/+1
| * | | Trivial endian fixesSteve French2012-09-252-3/+4
| * | | MARK SMB2 support EXPERIMENTALSteve French2012-09-251-1/+1
| * | | Update cifs version numberSteve French2012-09-251-1/+1
| * | | cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-251-1/+2
| * | | cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-251-1/+2
| * | | cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-251-27/+24
| * | | CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-257-10/+158
| * | | CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-256-14/+157
| * | | CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-251-4/+23
| * | | CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-258-27/+256
| * | | CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-252-23/+102
| * | | CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-254-38/+41
| * | | CIFS: Use brlock cache for SMB2Pavel Shilovsky2012-09-253-1/+94
| * | | CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-257-5/+210
| * | | CIFS: Handle SMB2 lock flagsPavel Shilovsky2012-09-252-0/+17
| * | | CIFS: Move brlock code to ops structPavel Shilovsky2012-09-254-25/+40
| * | | CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-253-39/+53
| * | | CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-251-1/+1
| * | | cifs: remove kmap lock and rsize limitJeff Layton2012-09-254-49/+0
| * | | cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-254-32/+21
| * | | cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-254-81/+80
| * | | cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-252-38/+52
| * | | cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-252-4/+13
| * | | cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton2012-09-251-5/+6
| * | | cifs: remove the kmap size limit from wsizeJeff Layton2012-09-252-6/+0
| * | | cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-254-95/+33
| * | | cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-257-79/+85
| * | | cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-254-1/+25
| * | | cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton2012-09-251-2/+54
| * | | cifs: cork the socket before a send and uncork it afterwardJeff Layton2012-09-252-0/+16
| * | | cifs: convert send code to use smb_rqst structsJeff Layton2012-09-251-45/+90