summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-226-70/+75
* mbcache: make mbcache naming more genericTahsin Erdogan2017-06-223-36/+35
* ext4: move struct ext4_xattr_inode_array to xattr.hTahsin Erdogan2017-06-222-4/+5
* ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan2017-06-224-59/+53
* ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-215-32/+51
* ext4: ext4_xattr_delete_inode() should return accurate errorsTahsin Erdogan2017-06-211-6/+10
* ext4: retry storing value in external inode with xattr block tooTahsin Erdogan2017-06-211-17/+18
* ext4: fix credits calculation for xattr inodeTahsin Erdogan2017-06-211-2/+1
* ext4: fix ext4_xattr_cmp()Tahsin Erdogan2017-06-211-1/+2
* ext4: fix ext4_xattr_move_to_block()Tahsin Erdogan2017-06-211-6/+13
* ext4: fix ext4_xattr_make_inode_space() value size calculationTahsin Erdogan2017-06-211-5/+8
* ext4: ext4_xattr_value_same() should return false for external dataTahsin Erdogan2017-06-211-0/+3
* ext4: add missing le32_to_cpu(e_value_inum) conversionsTahsin Erdogan2017-06-211-4/+5
* ext4: clean up ext4_xattr_inode_get()Tahsin Erdogan2017-06-211-22/+13
* ext4: change ext4_xattr_inode_iget() signatureTahsin Erdogan2017-06-212-35/+40
* ext4: extended attribute value size limit is enforced by vfsTahsin Erdogan2017-06-211-6/+0
* ext4: fix ref counting for ea_inodeTahsin Erdogan2017-06-211-2/+1
* ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-212-2/+4
* ext4: ea_inode owner should be the same as the inode ownerTahsin Erdogan2017-06-211-1/+2
* ext4: attach jinode after creation of xattr inodeTahsin Erdogan2017-06-211-0/+6
* ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-214-12/+18
* ext4: lock inode before calling ext4_orphan_add()Tahsin Erdogan2017-06-211-0/+2
* ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan2017-06-213-0/+16
* ext4: xattr-in-inode supportAndreas Dilger2017-06-216-56/+604
* ext4: add largedir featureArtem Blagodarenko2017-06-214-47/+113
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
* ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37
* ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-244-0/+31
* ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-241-3/+0
* ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-243-13/+7
* ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-241-1/+1
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-211-2/+3
* ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
* ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
* ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
* jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-211-0/+6
* ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-211-9/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-1/+8
|\
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* | Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-193-6/+6
|\ \
| * | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-133-6/+6
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-159-49/+33
|\ \ \ | |/ / |/| |
| * | [CIFS] Minor cleanup of xattr query functionSteve French2017-05-125-10/+8
| * | fs: cifs: transport: Use time_after for time comparisonKarim Eshapa2017-05-121-1/+1
| * | SMB2: Fix share type handlingChristophe JAILLET2017-05-121-5/+9
| * | cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical2017-05-121-16/+14
| * | Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-093-16/+0
| * | CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2017-05-091-1/+1