| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/reiserfs/journal.c: remove set but not used variable | Jason Yan | 2019-09-25 | 1 | -4/+3 |
* | fs/reiserfs/journal.c: remove set but not used variables | zhengbin | 2019-09-25 | 1 | -9/+1 |
* | fs: reiserfs: remove unnecessary check of bh in remove_from_transaction() | Jia-Ju Bai | 2019-09-25 | 1 | -3/+2 |
* | fs/reiserfs/journal.c: change return type of dirty_one_transaction | Hariprasad Kelam | 2019-07-16 | 1 | -4/+2 |
* | fs/reiserfs/journal.c: Make remove_journal_hash static | Bharath Vedartham | 2019-04-15 | 1 | -1/+1 |
* | reiserfs: use monotonic time for j_trans_start_time | Arnd Bergmann | 2018-08-22 | 1 | -11/+11 |
* | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-12 | 1 | -1/+2 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -4/+6 |
* | fs/reiserfs/journal.c: add missing resierfs_warning() arg | Andrew Morton | 2018-04-11 | 1 | -1/+1 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-14 | 1 | -1/+1 |
|\ |
|
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -1/+1 |
* | | reiserfs: fix spelling mistake: "tranasction" -> "transaction" | Colin Ian King | 2017-08-16 | 1 | -1/+1 |
|/ |
|
* | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
* | reiserfs: Make flush bios explicitely sync | Jan Kara | 2017-05-24 | 1 | -2/+2 |
* | reiserfs: Make cancel_old_flush() reliable | Jan Kara | 2017-04-05 | 1 | -1/+1 |
* | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -2/+4 |
* | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -4/+4 |
* | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -3/+3 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | fs: use block_device name vsprintf helper | Dmitry Monakhov | 2016-01-06 | 1 | -14/+10 |
* | treewide: fix typo in printk and Kconfig | Masanari Iida | 2014-11-20 | 1 | -1/+1 |
* | fs/reiserfs/journal.c: fix sparse context imbalance warning | Fabian Frederick | 2014-10-14 | 1 | -3/+5 |
* | reiserfs: Fix use after free in journal teardown | Jan Kara | 2014-08-12 | 1 | -6/+16 |
* | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -37/+36 |
* | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -18/+18 |
* | reiserfs: cleanup, remove blocks arg from journal_join | Jeff Mahoney | 2014-05-06 | 1 | -9/+9 |
* | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -10/+8 |
* | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -21/+22 |
* | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -21/+17 |
* | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -469/+658 |
* | reiserfs: use per-fs commit workqueues | Jeff Mahoney | 2014-05-06 | 1 | -19/+3 |
* | reiserfs: fix race with flush_used_journal_lists and flush_journal_list | Jeff Mahoney | 2013-09-24 | 1 | -1/+4 |
* | reiserfs: remove useless flush_old_journal_lists | Jeff Mahoney | 2013-09-24 | 1 | -62/+0 |
* | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 1 | -48/+56 |
* | make blkdev_put() return void | Al Viro | 2013-05-07 | 1 | -13/+3 |
* | reiserfs: get rid of resierfs_sync_super | Artem Bityutskiy | 2012-06-01 | 1 | -2/+4 |
* | reiserfs: mark the superblock as dirty a bit later | Artem Bityutskiy | 2012-06-01 | 1 | -2/+1 |
* | reiserfs: clean-up function return type | Artem Bityutskiy | 2012-06-01 | 1 | -5/+3 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | reiserfs: don't lock journal_init() | Frederic Weisbecker | 2012-01-10 | 1 | -33/+20 |
* | reiserfs: delete comments referring to the BKL | Davidlohr Bueso | 2012-01-10 | 1 | -7/+4 |
* | fs: Convert vmalloc/memset to vzalloc | Joe Perches | 2011-09-15 | 1 | -6/+3 |
* | fixlet: Remove fs_excl from struct task. | Justin TerAvest | 2011-07-12 | 1 | -13/+0 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | reiserfs: make commit_wq use the default concurrency level | Tejun Heo | 2011-02-01 | 1 | -1/+1 |
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -14/+7 |
|\ |
|