summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-03-181-12/+62
|\
| * DLM: Save and restore socket callbacks properlyBob Peterson2016-02-221-11/+59
| * DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-221-1/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-03-1827-1459/+1099
|\ \
| * | ext4: clean up error handling in the MMP supportvikram.jadhav072016-03-131-17/+17
| * | jbd2: do not fail journal because of frozen_buffer allocation failureMichal Hocko2016-03-131-17/+5
| * | ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2016-03-131-19/+28
| * | ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2016-03-132-12/+12
| * | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-131-2/+8
| * | ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-03-131-3/+3
| * | ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()Geliang Tang2016-03-101-1/+0
| * | ext4: fix misspellings in comments.Adam Buchbinder2016-03-105-5/+5
| * | jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-03-101-5/+12
| * | ext4: more efficient SEEK_DATA implementationJan Kara2016-03-103-61/+106
| * | ext4: cleanup handling of bh->b_state in DAX mmapJan Kara2016-03-101-3/+2
| * | ext4: return hole from ext4_map_blocks()Jan Kara2016-03-103-9/+36
| * | ext4: factor out determining of hole sizeJan Kara2016-03-101-33/+47
| * | ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-101-2/+2
| * | ext4: remove i_ioend_countJan Kara2016-03-094-14/+1
| * | ext4: simplify io_end handling for AIO DIOJan Kara2016-03-093-104/+74
| * | ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara2016-03-091-32/+59
| * | ext4: rename and split get blocks functionsJan Kara2016-03-094-47/+74
| * | ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-093-26/+14
| * | ext4: pack ioend structure betterJan Kara2016-03-091-1/+1
| * | jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara2016-02-232-7/+7
| * | jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-234-60/+23
| * | jbd2: factor out common descriptor block initializationJan Kara2016-02-233-18/+15
| * | jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-232-20/+16
| * | ext4: trim unused parameter from convert_initialized_extent()Eric Whitney2016-02-231-2/+2
| * | mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-233-29/+77
| * | ext4: shortcut setting of xattr to the same valueJan Kara2016-02-231-0/+18
| * | mbcache: get rid of _e_hash_list_headAndreas Gruenbacher2016-02-231-31/+10
| * | ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-231-10/+4
| * | mbcache2: rename to mbcacheJan Kara2016-02-238-151/+151
| * | mbcache2: Use referenced bit instead of LRUJan Kara2016-02-231-31/+56
| * | mbcache2: limit cache sizeJan Kara2016-02-221-5/+45
| * | mbcache: remove mbcacheJan Kara2016-02-222-859/+1
| * | ext2: convert to mbcache2Jan Kara2016-02-224-100/+92
| * | ext4: convert to mbcache2Jan Kara2016-02-224-75/+75
| * | mbcache2: reimplement mbcacheJan Kara2016-02-222-1/+360
| * | ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-02-221-0/+1
| * | ext4: make sure to revoke all the freeable blocks in ext4_free_blocksDaeho Jeong2016-02-221-19/+13
* | | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-185-75/+38
|\ \ \
| * | | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-064-72/+33
| * | | configfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-261-3/+5
* | | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-22/+0
|\ \ \ \
| * \ \ \ Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman2016-03-0244-242/+565
| |\ \ \ \
| * \ \ \ \ Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-1434-294/+453
| |\ \ \ \ \
| * | | | | | fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang2016-02-091-22/+0
* | | | | | | Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-171-5/+14
|\ \ \ \ \ \ \