summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro2014-10-241-6/+13
* Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2014-10-2318-57/+3517
|\
| * fs: limit filesystem stacking depthMiklos Szeredi2014-10-242-0/+16
| * overlayfs: implement show_optionsErez Zadok2014-10-241-28/+48
| * overlayfs: add statfs supportAndy Whitcroft2014-10-241-0/+40
| * overlay filesystemMiklos Szeredi2014-10-2410-0/+3284
| * ext4: support RENAME_WHITEOUTMiklos Szeredi2014-10-241-17/+78
| * vfs: add RENAME_WHITEOUTMiklos Szeredi2014-10-241-2/+6
| * vfs: add whiteout supportMiklos Szeredi2014-10-241-0/+14
| * vfs: export check_sticky()Miklos Szeredi2014-10-242-26/+3
| * vfs: introduce clone_private_mount()Miklos Szeredi2014-10-241-0/+27
| * vfs: export __inode_permission() to modulesMiklos Szeredi2014-10-242-1/+1
| * vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-242-6/+1
| * vfs: add i_op->dentry_open()Miklos Szeredi2014-10-242-5/+27
* | fix inode leaks on d_splice_alias() failure exitsAl Viro2014-10-231-0/+2
|/
* 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
OpenPOWER on IntegriCloud