summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: improve extents status tree trace pointZheng Liu2014-09-011-3/+3
| * | | ext4: fix comments about get_blocksSeunghun Lee2014-09-011-2/+2
| * | | ext4: enable block_validity by defaultDarrick J. Wong2014-09-011-2/+2
| * | | jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-011-56/+31
| * | | jbd2: fold __process_buffer() into jbd2_log_do_checkpoint()Theodore Ts'o2014-09-011-111/+84
| * | | ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-015-28/+27
| * | | ext4: reuse path object in ext4_move_extents()Theodore Ts'o2014-09-011-15/+12
| * | | ext4: reuse path object in ext4_ext_shift_extents()Theodore Ts'o2014-09-011-17/+8
| * | | ext4: teach ext4_ext_find_extent() to realloc path if necessaryTheodore Ts'o2014-09-012-10/+11
| * | | ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-014-51/+29
| * | | ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent()Theodore Ts'o2014-09-011-7/+4
| * | | 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/+59
| * | | 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/+29
| * | | ext4: refactor ext4_move_extents code baseDmitry Monakhov2014-08-303-891/+338
| * | | ext4: use ext4_ext_next_allocated_block instead of mext_next_extentDmitry Monakhov2014-08-303-12/+8
| * | | ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov2014-08-301-4/+1
| * | | ext4: remove a duplicate call in ext4_init_new_dir()Wang Shilong2014-08-291-4/+0
| * | | ext4: convert do_split() to use the ERR_PTR conventionTheodore Ts'o2014-08-291-12/+11
| * | | ext4: convert dx_probe() to use the ERR_PTR conventionTheodore Ts'o2014-08-291-54/+35
| * | | ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-295-43/+34
| * | | ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o2014-08-293-33/+30
| * | | ext4: convert ext4_dx_find_entry() to use the ERR_PTR conventionTheodore Ts'o2014-08-291-26/+20
* | | | 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
OpenPOWER on IntegriCloud