aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney1-2/+0
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro1-2/+0
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker1-3/+0
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara1-0/+91
2011-07-25reiserfs: use hweight_long()Akinobu Mita1-5/+1
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-5/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-14reiserfs: Fix possible recursive lockFrederic Weisbecker1-0/+3
2009-09-14kill-the-BKL/reiserfs: release the write lock inside reiserfs_read_bitmap_block()Frederic Weisbecker1-0/+2
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-0/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-38/+34
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-27/+29
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-29/+23
2009-03-30reiserfs: make some warnings informationalJeff Mahoney1-3/+3
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-6/+8
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-02-03fs/: Spelling fixesJoe Perches1-3/+3
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney1-17/+22
2007-10-19reiserfs: remove first_zero_hintJeff Mahoney1-17/+12
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney1-11/+13
2007-10-19reiserfs: use is_reusable to catch corruptionJeff Mahoney1-8/+13
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk1-57/+0
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek1-1/+1
2006-10-07[PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_blockEric Eric Sesterhenn1-2/+2
2006-10-01[PATCH] reiserfs: eliminate minimum window size for bitmap searchingJeff Mahoney1-22/+1
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney1-53/+44
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney1-0/+88
2006-10-01[PATCH] reiserfs: clean up bitmap block buffer head referencesJeff Mahoney1-24/+36
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap info arrayJeff Mahoney1-15/+25
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-873/+969
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro1-3/+4
2005-05-01[PATCH] reiserfs endianness: clone struct reiserfs_keyAl Viro1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1169