summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-014-51/+29Star
| * ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent()Theodore Ts'o2014-09-011-7/+4Star
| * ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling codeTheodore Ts'o2014-09-013-58/+59
| * ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent()Theodore Ts'o2014-09-011-5/+5
| * ext4: collapse ext4_convert_initialized_extents()Theodore Ts'o2014-09-011-77/+59Star
| * ext4: teach ext4_ext_find_extent() to free path on errorTheodore Ts'o2014-09-013-12/+21
| * ext4: fix accidental flag aliasing in ext4_map_blocks flagsTheodore Ts'o2014-09-011-2/+3
| * ext4: fix ZERO_RANGE bug hidden by flag aliasingTheodore Ts'o2014-09-011-7/+14
| * ext4: fix ext4_swap_extents() error handlingTheodore Ts'o2014-08-311-33/+29Star
| * ext4: refactor ext4_move_extents code baseDmitry Monakhov2014-08-313-891/+338Star
| * ext4: use ext4_ext_next_allocated_block instead of mext_next_extentDmitry Monakhov2014-08-313-12/+8Star
| * ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov2014-08-311-4/+1Star
| * ext4: remove a duplicate call in ext4_init_new_dir()Wang Shilong2014-08-301-4/+0Star
| * ext4: convert do_split() to use the ERR_PTR conventionTheodore Ts'o2014-08-301-12/+11Star
| * ext4: convert dx_probe() to use the ERR_PTR conventionTheodore Ts'o2014-08-301-54/+35Star
| * ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-305-43/+34Star
| * ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o2014-08-303-33/+30Star
| * ext4: convert ext4_dx_find_entry() to use the ERR_PTR conventionTheodore Ts'o2014-08-301-26/+20Star
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-10-1820-171/+489
|\ \
| * | [CIFS] Remove obsolete commentSteve French2014-10-181-6/+4Star
| * | 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/+33Star
|\ \ \ \
| * | | | Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-172-36/+33Star
* | | | | 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/+3Star
| * | | | | | 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/+0Star
| * | | | | | 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/+19Star
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | block: Remove REQ_KERNELMartin K. Petersen2014-10-142-9/+7Star
| * | | | | | | | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-2267-750/+979
| |\ \ \ \ \ \ \ \