summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debian: update changelog for buster-backports release 1.46.2-1~bpo10+2debian/1.46.2-1_bpo10+2archive/debian/1.46.2-1_bpo10+2Theodore Ts'o2021-03-181-0/+8
* debian: adjust gbp.conf to build for buster-backportsdebian/1.46.2-1_bpo10+1archive/debian/1.46.2-1_bpo10+1Theodore Ts'o2021-03-111-1/+1
* debian: update changelog for buster-backports release 1.46.2-1~bpo10+1Theodore Ts'o2021-03-111-0/+6
* Merge branch 'debian/master' into debian/backportsTheodore Ts'o2021-03-1187-2070/+2817
|\
| * Merge tag 'v1.46.2' into debian/masterdebian/1.46.2-1archive/debian/1.46.2-1Theodore Ts'o2021-02-2887-2070/+2817
| |\
| | * Update release notes, etc., for the 1.46.2 releasev1.46.2Theodore Ts'o2021-02-289-630/+718
| | * libext2fs: fix potential races in unix_ioTheodore Ts'o2021-02-281-26/+31
| | * libext2s: fix unix_io with IO_FLAG_FORCE_BOUNCE flag setTheodore Ts'o2021-02-283-12/+121
| | * po: update es.po (from translationproject.org)Antonio Ceballos2021-02-271-916/+1014
| | * libext2fs: fix unix_io's Direct I/O supportTheodore Ts'o2021-02-262-23/+70
| | * iscan: fix the test program iscan so it builds againTheodore Ts'o2021-02-262-18/+139
| | * mmp: do not use O_DIRECT when working with regular fileLukas Czerner2021-02-251-11/+11
| | * resize2fs: prevent block bitmap warnings when doing extreme fs expansionsTheodore Ts'o2021-02-251-4/+8
| | * debugfs: fix rdump and ls to handle uids and gids > 65536 correctlyTheodore Ts'o2021-02-252-4/+4
| | * Remove superfluous break statementsTheodore Ts'o2021-02-252-2/+0
| | * chattr/lsattr: expose FS_NOCOMP_FL (aka EXT2_NOCOMPR_FL)Lennart Poettering2021-02-253-3/+9
| | * debugfs: fix memory leak problem in read_list()Zhiqiang Liu2021-02-251-4/+8
| | * libe2p: remove nested #ifdefs in fgetflags.c and fsetflags.cTheodore Ts'o2021-02-242-20/+16
| | * debugfs: fix file descriptor leak on error path in do_logdump()Theodore Ts'o2021-02-231-1/+1
| | * misc/Makefile.in: add rules to build static versions of lsattr and chattrTheodore Ts'o2021-02-231-1/+11
| | * libe2p: skip unneeded lstat(2) in fgetflags() and fsetflags()Theodore Ts'o2021-02-232-34/+41
| | * debugfs: fix uninitialized variable es in do_logdump()Theodore Ts'o2021-02-231-1/+5
| | * debugfs: simplify the do_logdump() functionTheodore Ts'o2021-02-231-24/+22
| | * Add checks for fs->blocksize == 0 which could cause some crashesTheodore Ts'o2021-02-235-4/+13
| | * e2fsck: fix miscellaneous clang warningsTheodore Ts'o2021-02-232-2/+3
| | * e2fsck: initialize variable before first use in fast commit replayHarshad Shirwadkar2021-02-232-2/+2
| | * e2fsck: add fallthrough comment in fc replay switch caseHarshad Shirwadkar2021-02-231-0/+1
| | * ext2fs: don't ignore return value in ext2fs_count_blocksHarshad Shirwadkar2021-02-231-2/+5
| | * e2fsck: don't ignore return values in e2fsck_rewrite_extent_treeHarshad Shirwadkar2021-02-231-7/+9
| | * create_inode: fix potential file descriptor leak on an error pathTheodore Ts'o2021-02-231-1/+1
| | * misc: replace remaining loff_t with ext2_loff_tAndreas Dilger2021-02-223-14/+15
| | * chattr.1: improve attributes description to btrfsAkatsuki Rui2021-02-221-2/+4
| | * create_inode: Find subdirectory in do_write_internalEarl Chew2021-02-223-7/+50
| | * debugfs: fix dump_metadata_block() for block sizes > 8192Theodore Ts'o2021-02-161-1/+1
| | * libext2fs: fix crash when ext2fs_mmp_stop() is called before MMP is initializedTheodore Ts'o2021-02-141-1/+2
| | * tune2fs: teach tune2fs to use a random value for "-c random"Theodore Ts'o2021-02-142-18/+21
| | * debugfs: clamp journal s_maxlen value when dumping the journal logTheodore Ts'o2021-02-131-12/+33
| | * debugfs: fix logdump on file systems with block sizes > 8192Theodore Ts'o2021-02-131-2/+2
| | * debugfs: fix memory allocation failures when parsing journal_write argumentsTheodore Ts'o2021-02-122-10/+13
| | * debugfs: fix header checks in logdumpTheodore Ts'o2021-02-121-3/+6
| | * e2fsck: fix error code return in e2fsck_read_extents()Theodore Ts'o2021-02-121-1/+1
| | * libext2fs: fix incorrect error code return in ext2fs_add_jounral_inode3()Theodore Ts'o2021-02-121-1/+1
| | * debugfs: add journal header checks in logdumpTheodore Ts'o2021-02-121-1/+11
| | * badblocks: add error checking for command-line arguments for -b and -cTheodore Ts'o2021-02-121-1/+13
| | * ext2_fs.h: use the ext2fs_has_feature_64bits() instead of open coded checkTheodore Ts'o2021-02-121-2/+1
| | * e2fsck: add error checking for ext2fs_extent_get_info()Theodore Ts'o2021-02-111-1/+6
| | * Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-1144-266/+399
| | * mke2fs: fix resource leak on error path when creating inodesTheodore Ts'o2021-02-111-1/+1
| | * tests: fix environmental dependency in m_rootdir_aclTheodore Ts'o2021-02-101-1/+1
* | | debian: update changelog for buster-backports release 1.46.1-1~bpo10+1debian/1.46.1-1_bpo10+1archive/debian/1.46.1-1_bpo10+1Theodore Ts'o2021-02-161-0/+6