summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-10-1820-171/+489
|\
| * [CIFS] Remove obsolete commentSteve French2014-10-171-6/+4
| * Check minimum response length on query_network_interfaceSteve French2014-10-161-4/+7
| * Workaround Mac server problemSteve French2014-10-161-3/+10
| * Remap reserved posix characters by default (part 3/3)Steve French2014-10-1611-77/+88
| * Allow conversion of characters in Mac remap range (part 2)Steve French2014-10-162-26/+83
| * Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-165-33/+107
| * mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-163-1/+75
| * Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-163-1/+68
| * Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-168-30/+55
| * add defines for two new file attributesSteve French2014-10-161-0/+2
* | Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-10-181-1/+1
|\ \
| * | dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson2014-10-141-1/+1
* | | Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-182-36/+33
|\ \ \
| * | | Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-172-36/+33
* | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-181-2/+2
|\ \ \ \
| * | | | pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks2014-10-151-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfsLinus Torvalds2014-10-184-25/+167
|\ \ \ \ \
| * | | | | NTFS: Bump version to 2.1.31.Anton Altaparmakov2014-10-161-1/+1
| * | | | | NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov2014-10-161-0/+124
| * | | | | NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-163-24/+42
| | |_|_|/ | |/| | |
* | | | | Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-1813-20/+255
|\ \ \ \ \
| * | | | | NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust2014-10-131-4/+3
| * | | | | NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust2014-10-131-1/+2
| * | | | | NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust2014-10-083-12/+29
| * | | | | NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()Tom Haynes2014-10-081-1/+0
| * | | | | Merge branch 'client-4.2' into linux-nextTrond Myklebust2014-09-3035-332/+1089
| |\ \ \ \ \
| | * | | | | NFS: Implement SEEKAnna Schumaker2014-09-309-2/+221
| | * | | | | Merge commit '24bab491220f' into client-4.2Trond Myklebust2014-09-3026-330/+868
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-185-35/+19
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | block: Remove REQ_KERNELMartin K. Petersen2014-10-142-9/+7
| * | | | | | | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-2267-750/+979
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-1134-364/+636
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-081-21/+11
| * | | | | | | | | block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-083-5/+1
* | | | | | | | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | | | | | | | | | | Merge tag 'llvmlinux-for-v3.18' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-10-151-9/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | btrfs: LLVMLinux: Remove VLAISVinícius Tinti2014-10-141-9/+7
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-10-1512-177/+386
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ceph: fix divide-by-zero in __validate_layout()Yan, Zheng2014-10-141-1/+1
| * | | | | | | | | | | ceph: fix bool assignmentsFabian Frederick2014-10-141-13/+13
| * | | | | | | | | | | ceph: additional debugfs outputJohn Spray2014-10-142-0/+47
| * | | | | | | | | | | ceph: export ceph_session_state_name functionJohn Spray2014-10-142-7/+9
| * | | | | | | | | | | ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng2014-10-144-47/+170
| * | | | | | | | | | | ceph: use pagelist to present MDS request dataYan, Zheng2014-10-143-39/+28
| * | | | | | | | | | | libceph: reference counting pagelistYan, Zheng2014-10-141-1/+0
| * | | | | | | | | | | ceph: fix llistxattr on symlinkYan, Zheng2014-10-141-2/+1
| * | | | | | | | | | | ceph: send client metadata to MDSJohn Spray2014-10-141-1/+70
| * | | | | | | | | | | ceph: remove redundant code for max file size verificationChao Yu2014-10-142-15/+0
OpenPOWER on IntegriCloud