summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-24CIFS: Add SMB2 support for build_path_to_rootPavel Shilovsky1-0/+18
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky6-38/+48
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky8-2/+417
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky5-70/+107
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky7-0/+423
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky5-62/+69
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky3-27/+34
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky5-22/+27
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky4-9/+143
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky7-5/+230
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky8-3/+284
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky8-11/+417
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky2-8/+31
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky6-2/+384
2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky1-4/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky4-1/+86
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky9-8/+246
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French4-1/+2571
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky1-0/+1782
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky2-13/+15
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky14-352/+375
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky5-35/+56
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky6-15/+24
2012-07-24pipe: remove KM_USER0 from commentsCong Wang1-1/+1
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky6-21/+46
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky5-49/+74
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky3-159/+175
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+5
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds5-17/+25
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton3-5/+5
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton1-4/+0
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton3-16/+13
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton8-55/+55
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton1-1/+1
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo1-5/+24
2012-07-23Btrfs: make btrfs's allocation smoothly with preallocationLiu Bo1-1/+3
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik1-0/+9
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik1-6/+3
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik1-4/+5
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens1-0/+8
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens1-3/+0
2012-07-23Btrfs: rewrite BTRFS_SETGET_FUNCSLi Zefan2-103/+146
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan2-0/+3
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan4-19/+10
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain1-1/+1
2012-07-23Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo1-3/+3
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo1-3/+21