summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-03-121-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-095-5/+5
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-03-091-5/+12
* ext4: more efficient SEEK_DATA implementationJan Kara2016-03-093-61/+106
* ext4: cleanup handling of bh->b_state in DAX mmapJan Kara2016-03-091-3/+2
* ext4: return hole from ext4_map_blocks()Jan Kara2016-03-093-9/+36
* ext4: factor out determining of hole sizeJan Kara2016-03-091-33/+47
* ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-091-2/+2
* ext4: remove i_ioend_countJan Kara2016-03-084-14/+1
* ext4: simplify io_end handling for AIO DIOJan Kara2016-03-083-104/+74
* ext4: move trans handling and completion deferal out of _ext4_get_blockJan Kara2016-03-081-32/+59
* ext4: rename and split get blocks functionsJan Kara2016-03-084-47/+74
* ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-083-26/+14
* ext4: pack ioend structure betterJan Kara2016-03-081-1/+1
* jbd2: save some atomic ops in __JI_COMMIT_RUNNING handlingJan Kara2016-02-222-7/+7
* jbd2: unify revoke and tag block checksum handlingJan Kara2016-02-224-60/+23
* jbd2: factor out common descriptor block initializationJan Kara2016-02-223-18/+15
* jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_recordsJan Kara2016-02-222-20/+16
* ext4: trim unused parameter from convert_initialized_extent()Eric Whitney2016-02-221-2/+2
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-223-29/+77
* ext4: shortcut setting of xattr to the same valueJan Kara2016-02-221-0/+18
* mbcache: get rid of _e_hash_list_headAndreas Gruenbacher2016-02-221-31/+10
* ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-221-10/+4
* mbcache2: rename to mbcacheJan Kara2016-02-228-151/+151
* mbcache2: Use referenced bit instead of LRUJan Kara2016-02-221-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-211-0/+1
* ext4: make sure to revoke all the freeable blocks in ext4_free_blocksDaeho Jeong2016-02-211-19/+13
* ext4: fix crashes in dioread_nolock modeJan Kara2016-02-191-20/+20
* ext4: fix bh->b_state corruptionJan Kara2016-02-191-2/+30
* ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
* ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
* ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
* ext4: add a line break for proc mb_groups displayHuaitong Han2016-02-121-1/+1
* ext4: ioctl: fix erroneous return valueAnton Protopopov2016-02-111-1/+1
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-112-5/+8
* ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-082-2/+15
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-074-0/+81
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-311-1/+1
|\
| * timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2911-32/+113
|\ \
| * | Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-294-17/+0
| * | btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason2016-01-271-1/+1
| * | Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2016-01-276-18/+34
| |\ \
OpenPOWER on IntegriCloud