aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky5-13/+24
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky3-0/+38
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky5-25/+49
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky3-140/+167
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-3/+3
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is initializedFilipe Brandenburger1-11/+6
2012-07-26Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell1-0/+1
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds35-631/+8689
2012-07-26Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds14-668/+1600
2012-07-26Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds38-1148/+8555
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2-6/+6
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+12
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-222/+576
2012-07-25Btrfs: uninit variable fixes in send/receiveChris Mason1-2/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason14-40/+5483
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block5-1/+4717
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block2-0/+440
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block8-15/+292
2012-07-25Btrfs: make iref_to_path non staticAlexander Block2-5/+9
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason1-0/+1
2012-07-25Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder3-14/+20
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason15-242/+2697
2012-07-25cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2-8/+15
2012-07-25Btrfs: add helper for tree enumerationArne Jansen2-0/+77
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba1-3/+8
2012-07-25NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2-5/+7
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky3-17/+14
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-07-25NFSd: fix locking in nfsd_forget_delegations()Stanislav Kinsbursky1-6/+17
2012-07-25nfsd4: fix cr_principal comparison check in same_credsVivek Trivedi1-2/+2
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds21-370/+1107
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds12-82/+88
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky11-49/+66
2012-07-24CIFS: Allow SMB2 statistics to be trackedPavel Shilovsky3-3/+91
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky5-103/+129
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky6-3/+73
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky3-4/+11
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky3-1/+27
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky4-2/+8
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