summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/bitmap.c
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2017-06-23reiserfs: fix race in prealloc discardJeff Mahoney-2/+10
2017-06-23reiserfs: don't preallocate blocks for extended attributesJeff Mahoney-1/+1
2014-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-92/+167
2014-06-06fs/reiserfs/bitmap.c: coding style fixesFabian Frederick-7/+6
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney-3/+3
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney-2/+2
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney-4/+4
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney-81/+156
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney-2/+2
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney-2/+15
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney-2/+3
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney-2/+0
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro-1/+1
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro-2/+0
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker-3/+0
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara-0/+91
2011-07-25reiserfs: use hweight_long()Akinobu Mita-5/+1
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig-5/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2009-12-14reiserfs: Fix possible recursive lockFrederic Weisbecker-0/+3
2009-09-14kill-the-BKL/reiserfs: release the write lock inside reiserfs_read_bitmap_blo...Frederic Weisbecker-0/+2
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker-0/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds-38/+34
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney-27/+29
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney-29/+23
2009-03-30reiserfs: make some warnings informationalJeff Mahoney-3/+3
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara-6/+8
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-4/+4
2008-02-03fs/: Spelling fixesJoe Perches-3/+3
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney-17/+22
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney-17/+12
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney-11/+13
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney-8/+13
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk-57/+0
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek-1/+1
2006-10-07[PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_blockEric Eric Sesterhenn-2/+2
2006-10-01[PATCH] reiserfs: eliminate minimum window size for bitmap searchingJeff Mahoney-22/+1
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney-53/+44
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney-0/+88
2006-10-01[PATCH] reiserfs: clean up bitmap block buffer head referencesJeff Mahoney-24/+36
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...Jeff Mahoney-15/+25
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds-873/+969
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro-3/+4
2005-05-01[PATCH] reiserfs endianness: clone struct reiserfs_keyAl Viro-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1169