| Commit message (Expand) | Author | Age | Files | Lines |
* | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -4/+4 |
* | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-20 | 1 | -1/+1 |
* | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | fs/reiserfs: replace not-standard %Lu/%Ld | Fabian Frederick | 2014-08-08 | 1 | -1/+1 |
* | reiserfs: remove obsolete __constant_cpu_to_le32 | Fabian Frederick | 2014-05-14 | 1 | -4/+4 |
* | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -5/+4 |
* | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -7/+7 |
* | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -1/+1 |
* | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -1/+1 |
* | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -2/+1 |
* | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -343/+469 |
* | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 | 1 | -22/+22 |
* | reiserfs: locking, release lock around quota operations | Jeff Mahoney | 2013-08-08 | 1 | -5/+23 |
* | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 1 | -25/+21 |
* | reiserfs: Move quota calls out of write lock | Jan Kara | 2012-11-19 | 1 | -0/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -1/+1 |
|\ |
|
| * | move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | | reiserfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
|/ |
|
* | dquot: cleanup space allocation / freeing routines | Christoph Hellwig | 2010-03-05 | 1 | -9/+11 |
* | kill-the-bkl/reiserfs: move the concurrent tree accesses checks per superblock | Frederic Weisbecker | 2009-09-14 | 1 | -4/+1 |
* | kill-the-bkl/reiserfs: unlock only when needed in search_by_key | Frederic Weisbecker | 2009-09-14 | 1 | -8/+34 |
* | kill-the-bkl/reiserfs: reduce number of contentions in search_by_key() | Frederic Weisbecker | 2009-09-14 | 1 | -1/+11 |
* | kill-the-BKL/reiserfs: release write lock while rescheduling on prepare_for_d... | Frederic Weisbecker | 2009-09-14 | 1 | -0/+2 |
* | reiserfs: kill-the-BKL | Frederic Weisbecker | 2009-09-14 | 1 | -0/+2 |
* | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 | 1 | -602/+566 |
|\ |
|
| * | reiserfs: rename [cn]_* variables | Jeff Mahoney | 2009-03-30 | 1 | -187/+183 |
| * | reiserfs: rename p_._ variables | Jeff Mahoney | 2009-03-30 | 1 | -232/+240 |
| * | reiserfs: rename p_s_tb to tb | Jeff Mahoney | 2009-03-30 | 1 | -10/+11 |
| * | reiserfs: rename p_s_inode to inode | Jeff Mahoney | 2009-03-30 | 1 | -50/+53 |
| * | reiserfs: rename p_s_bh to bh | Jeff Mahoney | 2009-03-30 | 1 | -32/+31 |
| * | reiserfs: rename p_s_sb to sb | Jeff Mahoney | 2009-03-30 | 1 | -63/+63 |
| * | reiserfs: strip trailing whitespace | Jeff Mahoney | 2009-03-30 | 1 | -4/+4 |
| * | reiserfs: cleanup path functions | Jeff Mahoney | 2009-03-30 | 1 | -46/+13 |
| * | reiserfs: use reiserfs_error() | Jeff Mahoney | 2009-03-30 | 1 | -13/+13 |
| * | reiserfs: rework reiserfs_panic | Jeff Mahoney | 2009-03-30 | 1 | -26/+23 |
| * | reiserfs: rework reiserfs_warning | Jeff Mahoney | 2009-03-30 | 1 | -57/+50 |
* | | reiserfs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 1 | -7/+7 |
|/ |
|
* | reiserfs: le*_add_cpu conversion | Marcin Slusarz | 2008-04-28 | 1 | -2/+1 |
* | reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file | Fengguang Wu | 2007-11-14 | 1 | -3/+0 |
* | reiserfs: fix usage of signed ints for block numbers | Jeff Mahoney | 2007-10-19 | 1 | -3/+3 |
* | more reiserfs endianness annotations | Al Viro | 2007-07-26 | 1 | -2/+3 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | Fix reiserfs after "test_clear_page_dirty()" removal | Linus Torvalds | 2006-12-23 | 1 | -1/+1 |
* | [PATCH] struct path: rename Reiserfs's struct path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -21/+21 |
* | BUG_ON conversion for fs/reiserfs | Eric Sesterhenn | 2006-10-03 | 1 | -3/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] reiserfs: fix transaction overflowing | Alexander Zarochentzev | 2006-03-25 | 1 | -138/+72 |
* | reiserfs: run scripts/Lindent on reiserfs code | Linus Torvalds | 2005-07-12 | 1 | -1626/+1743 |