| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -1/+1 |
|\ |
|
| * | convert reiserfs to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -1/+1 |
* | | reiserfs: typo comment fix | Davidlohr Bueso | 2010-07-19 | 1 | -1/+1 |
|/ |
|
* | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 1 | -1/+1 |
* | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-01-02 | 1 | -0/+26 |
|\ |
|
| * | reiserfs: Warn on lock relax if taken recursively | Frederic Weisbecker | 2010-01-02 | 1 | -0/+9 |
| * | reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion | Frederic Weisbecker | 2010-01-02 | 1 | -0/+8 |
| * | reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion | Frederic Weisbecker | 2009-12-16 | 1 | -0/+9 |
* | | reiserfs: don't compile procfs.o at all if no support | Alexey Dobriyan | 2009-12-16 | 1 | -9/+21 |
* | | reiserfs: remove /proc/fs/reiserfs/version | Alexey Dobriyan | 2009-12-16 | 1 | -5/+0 |
|/ |
|
* | kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl() | Frederic Weisbecker | 2009-10-14 | 1 | -2/+1 |
* | kill-the-bkl/reiserfs: acquire the inode mutex safely | Frederic Weisbecker | 2009-09-14 | 1 | -0/+35 |
* | kill-the-bkl/reiserfs: conditionaly release the write lock on fs_changed() | Frederic Weisbecker | 2009-09-14 | 1 | -3/+1 |
* | kill-the-BKL/reiserfs: add reiserfs_cond_resched() | Frederic Weisbecker | 2009-09-14 | 1 | -0/+13 |
* | kill-the-BKL/reiserfs: release write lock on fs_changed() | Frederic Weisbecker | 2009-09-14 | 1 | -1/+7 |
* | kill-the-BKL/reiserfs: provide a tool to lock only once the write lock | Frederic Weisbecker | 2009-09-14 | 1 | -0/+2 |
* | reiserfs: kill-the-BKL | Frederic Weisbecker | 2009-09-14 | 1 | -5/+7 |
* | reiserfs: fix warnings with gcc 4.4 | Jeff Mahoney | 2009-06-18 | 1 | -8/+39 |
* | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 | 1 | -69/+99 |
|\ |
|
| * | reiserfs: rename p_._ variables | Jeff Mahoney | 2009-03-30 | 1 | -23/+23 |
| * | reiserfs: rename p_s_tb to tb | Jeff Mahoney | 2009-03-30 | 1 | -1/+1 |
| * | reiserfs: rename p_s_inode to inode | Jeff Mahoney | 2009-03-30 | 1 | -2/+2 |
| * | reiserfs: rename p_s_bh to bh | Jeff Mahoney | 2009-03-30 | 1 | -17/+18 |
| * | reiserfs: rename p_s_sb to sb | Jeff Mahoney | 2009-03-30 | 1 | -7/+7 |
| * | reiserfs: add atomic addition of selinux attributes during inode creation | Jeff Mahoney | 2009-03-30 | 1 | -1/+3 |
| * | reiserfs: use generic readdir for operations across all xattrs | Jeff Mahoney | 2009-03-30 | 1 | -0/+1 |
| * | reiserfs: journaled xattrs | Jeff Mahoney | 2009-03-30 | 1 | -0/+4 |
| * | reiserfs: eliminate per-super xattr lock | Jeff Mahoney | 2009-03-30 | 1 | -3/+0 |
| * | reiserfs: introduce reiserfs_error() | Jeff Mahoney | 2009-03-30 | 1 | -0/+4 |
| * | reiserfs: rearrange journal abort | Jeff Mahoney | 2009-03-30 | 1 | -1/+1 |
| * | reiserfs: rework reiserfs_panic | Jeff Mahoney | 2009-03-30 | 1 | -6/+22 |
| * | reiserfs: eliminate reiserfs_warning from uniqueness functions | Jeff Mahoney | 2009-03-30 | 1 | -5/+2 |
| * | reiserfs: rework reiserfs_warning | Jeff Mahoney | 2009-03-30 | 1 | -3/+6 |
| * | reiserfs: use buffer_info for leaf_paste_entries | Jeff Mahoney | 2009-03-30 | 1 | -1/+1 |
| * | reiserfs: audit transaction ids to always be unsigned ints | Jeff Mahoney | 2009-03-30 | 1 | -1/+1 |
| * | reiserfs: add support for mount count incrementing | Jeff Mahoney | 2009-03-30 | 1 | -1/+5 |
* | | headers_check fix cleanup: linux/reiserfs_fs.h | Jaswinder Singh Rajput | 2009-02-03 | 1 | -34/+28 |
* | | headers_check fix: linux/reinserfs_fs.h | Jaswinder Singh Rajput | 2009-02-02 | 1 | -0/+8 |
|/ |
|
* | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 1 | -1/+1 |
* | include: use get/put_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 1 | -2/+2 |
* | reiserfs: unpack tails on quota files | Jan Kara | 2008-04-28 | 1 | -0/+1 |
* | use __u32 in linux/reiserfs_fs.h | Mike Frysinger | 2008-02-08 | 1 | -1/+1 |
* | reiserfs: new export ops | Christoph Hellwig | 2007-10-22 | 1 | -6/+6 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | reiserfs: ignore on disk s_bmap_nr value | Jeff Mahoney | 2007-10-19 | 1 | -0/+12 |
* | reiserfs: fix usage of signed ints for block numbers | Jeff Mahoney | 2007-10-19 | 1 | -6/+8 |
* | fs/reiserfs/: cleanups | Adrian Bunk | 2007-10-17 | 1 | -7/+0 |
* | fix preprocessor idiocy in reiserfs | Al Viro | 2007-07-28 | 1 | -3/+5 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -4/+4 |
* | [PATCH] struct path: rename Reiserfs's struct path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -22/+22 |