summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.5-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-031-17/+22
|\
| * iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn2019-11-261-4/+4
| * iomap: Do not create fake iter in iomap_dio_bio_actor()Jan Kara2019-11-261-13/+18
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-032-2/+2
|\ \
| * \ Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-2521-152/+325
| |\ \
| * | | time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-132-2/+2
* | | | Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-027-33/+42
|\ \ \ \
| * | | | Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley2019-11-291-1/+1
| * | | | ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2019-11-171-7/+27
| * | | | ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng2019-11-171-7/+10
| * | | | Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger2019-11-171-3/+1
| * | | | ubifs: Fix type of sup->hash_algoBen Dooks (Codethink)2019-11-171-1/+1
| * | | | ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)2019-11-171-1/+1
| * | | | ubifs: Force prandom result to __le32Ben Dooks (Codethink)2019-11-171-1/+1
| * | | | ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger2019-11-171-12/+0
| | |/ / | |/| |
* | | | Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-02124-6263/+5814
|\ \ \ \
| * | | | xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong2019-11-271-5/+20
| * | | | xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-227-27/+28
| * | | | xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-2211-50/+47
| * | | | xfs: split xfs_da3_node_readChristoph Hellwig2019-11-225-63/+82
| * | | | xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig2019-11-223-7/+5
| * | | | xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-223-8/+7
| * | | | xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig2019-11-224-18/+17
| * | | | xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-227-18/+13
| * | | | xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-222-29/+17
| * | | | xfs: refactor xfs_dabuf_mapChristoph Hellwig2019-11-221-102/+54
| * | | | xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig2019-11-221-52/+51
| * | | | xfs: report corruption only as a regular errorDarrick J. Wong2019-11-182-12/+7
| * | | | xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-1817-33/+27
| * | | | xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino2019-11-184-45/+39
| * | | | xfs: Remove slab init wrappersCarlos Maiolino2019-11-184-64/+68
| * | | | xfs: fix attr leaf header freemap.size underflowBrian Foster2019-11-151-1/+3
| * | | | xfs: fix some memory leaks in log recoveryDarrick J. Wong2019-11-151-3/+5
| * | | | xfs: fix another missing includeDarrick J. Wong2019-11-131-0/+1
| * | | | xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig2019-11-134-149/+0
| * | | | xfs: remove duplicated include from xfs_dir2_data.cYueHaibing2019-11-131-1/+0
| * | | | xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-133-5/+0
| * | | | xfs: remove unused typedef definitionsEric Sandeen2019-11-133-6/+6
| * | | | xfs: Replace function declaration by actual definitionPavel Reichl2019-11-131-74/+66
| * | | | xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-134-34/+39
| * | | | xfs: remove the xfs_dq_logitem_t typedefPavel Reichl2019-11-133-7/+7
| * | | | xfs: remove the xfs_quotainfo_t typedefPavel Reichl2019-11-133-14/+14
| * | | | xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-139-108/+111
| * | | | xfs: avoid time_t in user apiArnd Bergmann2019-11-131-1/+1
| * | | | xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-133-5/+42
| * | | | xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig2019-11-131-2/+0
| * | | | xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-1312-47/+26
| * | | | xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-137-18/+14
| * | | | xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-1310-58/+42
| * | | | xfs: remove the unused m_chsize fieldChristoph Hellwig2019-11-131-1/+0