aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-25misc: include <sys/sysmacros.h>Jeff Mahoney1-0/+1
2017-01-09Fixes a NULL pointer dereference caused by reiserfsck. buffer_info_init_bh()Lucas C. Villa Real1-1/+1
2016-06-06reiserfsprogs: use com_err in reiserfs_openJeff Mahoney1-2/+4
2016-06-06reiserfsprogs: fix issues with inline functionsJeff Mahoney1-6/+15
2014-03-13reiserfscore: constify struct pointer argumentsJeff Mahoney2-26/+26
2014-03-13reiserfscore: constify stringsJeff Mahoney3-29/+29
2014-03-11reiserfslib: add basic extended attribute helpersJeff Mahoney2-1/+30
2014-03-11reiserfslib: add file data and directory iteratorsJeff Mahoney2-4/+28
2014-01-24mkreiserfs: move block_size_ok out of reiserfscoreJeff Mahoney1-1/+0
2013-09-17reiserfsprogs: add helpers for constant endian routinesJeff Mahoney1-26/+47
2013-08-26build: introduce shared libreiserfscore.so and export itJeff Mahoney1-1/+3
2013-08-26reiserfsprogs: convert reiserfs_filsys_t from structure to pointer-to-structureJeff Mahoney2-94/+94
2013-08-26reiserfsprogs: annotate for endian safenessJeff Mahoney4-119/+135
2013-08-26reiserfsprogs: fix remaining sparse warningsJeff Mahoney2-3/+8
2013-08-26reiserfsprogs: Fix sparse "warning: Using plain integer as NULL pointer"Jeff Mahoney1-1/+1
2013-08-26sparse: move bitops functions to include/misc.hJeff Mahoney1-12/+132
2013-08-26reiserfscore: rename usearch_by_position to reiserfs_search_by_positionJeff Mahoney1-2/+2
2013-08-26reiserfscore: make reiserfs_open's filename argument constJeff Mahoney1-1/+1
2013-08-26swab: protect le32_to_cpu and friends against being defined twiceJeff Mahoney1-0/+2
2013-08-26reiserfs_fs.h: Eliminate overlays in offset_v2 helpersJeff Mahoney1-45/+18
2013-08-26reiserfscore: move endian helpers for offset_v2 into headerJeff Mahoney1-0/+51
2013-08-26reiserfs_fs.h: Fix ifndef for multiple inclusionJeff Mahoney1-1/+1
2013-08-26cleanup: remove unused argument to reiserfs_invalidate_bufferJeff Mahoney1-1/+1
2013-08-26cleanup: remove dead codeJeff Mahoney2-40/+3
2013-08-26cleanup: remove unnecessary fs pointer passed with buffer_infosJeff Mahoney1-8/+9
2013-08-26cleanup: factor out buffer_info initialization into helpersJeff Mahoney1-1/+53
2013-08-26cleanup: rename key and item_head accessors to more friendly namesJeff Mahoney1-11/+10
2013-08-26cleanup: remove trailing whitespaceJeff Mahoney5-21/+21
2013-08-26cleanup: run indent with the Linux Kernel style across all codeJeff Mahoney6-743/+675
2013-08-26cleanup: rename common structure namesJeff Mahoney2-58/+58
2012-10-11mkreiserfs: stop printing creditsJeff Mahoney1-2/+0
2012-10-11reiserfsprogs: fix -Wpointer-sign warnings for blocksize and positionJeff Mahoney2-4/+5
2012-10-11reiserfsprogs: fix unsigned char with strlen/strcmp/strncpy warningsJeff Mahoney1-1/+1
2012-10-11reiserfsprogs: remove autoconf-generated filesJeff Mahoney2-531/+0
2012-10-11reiserfs: Fix signedness issues for large file systemsv3.6.22Jeff Mahoney1-0/+2
2012-10-11Imported reiserfsprogs-3.6.21v3.6.21Jeff Mahoney51-4019/+2620
2012-10-11Imported reiserfsprogs-3.6.20v3.6.20Jeff Mahoney49-2517/+4049
2012-10-11Imported reiserfsprogs-3.6.19v3.6.19Jeff Mahoney2-2/+11
2012-10-11Imported reiserfsprogs-3.6.18v3.6.18Jeff Mahoney7-72/+182
2012-10-11Imported reiserfsprogs-3.6.13v3.6.13Jeff Mahoney7-28/+58
2012-10-11Imported reiserfsprogs-3.6.9v3.6.9Jeff Mahoney8-266/+393
2012-10-11Imported reiserfsprogs-3.6.4v3.6.4Jeff Mahoney5-56/+88
2012-10-11Imported reiserfsprogs-3.6.2v3.6.2Jeff Mahoney9-586/+1207
2012-10-11Initial commit -- seeded with reiserfsprogs 3.x.0jv3.x.0jJeff Mahoney6-0/+1888