aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-10-01Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-27trivial select_parent documentation fixJ. Bruce Fields
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2012-09-24CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky
2012-09-24CIFS: Fix endian conversion of IndexNumberPavel Shilovsky
2012-09-24Trivial endian fixesSteve French
2012-09-24MARK SMB2 support EXPERIMENTALSteve French
2012-09-24Update cifs version numberSteve French
2012-09-24cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky
2012-09-24CIFS: Fix cache coherency for read oplock casePavel Shilovsky
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky
2012-09-24CIFS: Handle SMB2 lock flagsPavel Shilovsky
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton