Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Artem Bityutskiy b50924c2c6 ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() 13 gadi atpakaļ
  Theodore Ts'o 8a9918497b ext4: remove unused variable in ext4_update_super() 13 gadi atpakaļ
  Theodore Ts'o 952fc18ef9 ext4: fix overhead calculation used by ext4_statfs() 13 gadi atpakaļ
  Theodore Ts'o 2716b80284 ext4: remove redundundant "(char *) bh->b_data" casts 13 gadi atpakaļ
  Haogang Chen 967ac8af44 ext4: fix potential integer overflow in alloc_flex_gd() 13 gadi atpakaļ
  Darrick J. Wong feb0ab32a5 ext4: make block group checksums use metadata_csum algorithm 13 gadi atpakaļ
  Darrick J. Wong fa77dcfafe ext4: calculate and verify block bitmap checksum 13 gadi atpakaļ
  Darrick J. Wong 41a246d1ff ext4: calculate and verify checksums for inode bitmaps 13 gadi atpakaļ
  Darrick J. Wong a9c4731780 ext4: calculate and verify superblock checksum 13 gadi atpakaļ
  Darrick J. Wong 636d7e2e3b ext4: update s_free_{inodes,blocks}_count during online resize 13 gadi atpakaļ
  Theodore Ts'o 92b9781658 ext4: change some printk() calls to use ext4_msg() instead 13 gadi atpakaļ
  Lukas Czerner a0ade1deb8 ext4: fix resize when resizing within single group 13 gadi atpakaļ
  Yongqiang Yang 61f296cc49 ext4: let ext4_group_add() use common code 13 gadi atpakaļ
  Yongqiang Yang d89651c8e2 ext4: let ext4_group_extend() use common code 13 gadi atpakaļ
  Yongqiang Yang 19c5246d25 ext4: add new online resize interface 13 gadi atpakaļ
  Yongqiang Yang 4bac1f8cef ext4: add a new function which adds a flex group to a fs 13 gadi atpakaļ
  Yongqiang Yang 3fbea4b368 ext4: add a new function which allocates bitmaps and inode tables 13 gadi atpakaļ
  Yongqiang Yang c72df9f928 ext4: pass verify_reserved_gdb() the number of group decriptors 13 gadi atpakaļ
  Yongqiang Yang 2e10e2f2e5 ext4: add a function which updates the super block during online resizing 13 gadi atpakaļ
  Yongqiang Yang 083f5b24cc ext4: add a function which sets up a block group descriptors of a flex bg 13 gadi atpakaļ
  Yongqiang Yang 33afdcc540 ext4: add a function which sets up group blocks of a flex bg 13 gadi atpakaļ
  Yongqiang Yang 28c7bac009 ext4: add a structure which will be used by 64bit-resize interface 13 gadi atpakaļ
  Yongqiang Yang bb08c1e7d8 ext4: add a function which adds a new group descriptors to a fs 13 gadi atpakaļ
  Yongqiang Yang 18e3143848 ext4: add a function which extends a group without checking parameters 13 gadi atpakaļ
  Theodore Ts'o 021b65bb1e ext4: Rename ext4_free_blks_{count,set}() to refer to clusters 13 gadi atpakaļ
  Theodore Ts'o 24aaa8ef4e ext4: convert the free_blocks field in s_flex_groups to be free_clusters 13 gadi atpakaļ
  Theodore Ts'o 5704265188 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 13 gadi atpakaļ
  Theodore Ts'o f18a5f21c2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info 14 gadi atpakaļ
  Dan Carpenter c49bafa384 ext4: add missing kfree() on error return path in add_new_gdb() 14 gadi atpakaļ
  Yongqiang Yang 668f4dc559 ext4: simplify parameters of reserve_backup_gdb() 14 gadi atpakaļ