| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | ext4: simplify some code in read_mmp_block() | Dan Carpenter | 2015-08-15 | |
| | * | | | | | | | | | | | | | | | | | ext4: don't manipulate recovery flag when freezing no-journal fs | Eric Sandeen | 2015-08-15 | |
| | * | | | | | | | | | | | | | | | | | jbd2: limit number of reserved credits | Lukas Czerner | 2015-08-04 | |
| | * | | | | | | | | | | | | | | | | | ext4 crypto: remove duplicate header file | zilong.liu | 2015-07-28 | |
| | * | | | | | | | | | | | | | | | | | ext4: update c/mtime on truncate up | Eryu Guan | 2015-07-28 | |
| | * | | | | | | | | | | | | | | | | | jbd2: avoid infinite loop when destroying aborted journal | Jan Kara | 2015-07-28 | |
| | * | | | | | | | | | | | | | | | | | ext4, jbd2: add REQ_FUA flag when recording an error in the superblock | Daeho Jeong | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | ext4 crypto: fix spelling typo in comment | Laurent Navet | 2015-07-22 | |
| | * | | | | | | | | | | | | | | | | | ext4 crypto: exit cleanly if ext4_derive_key_aes() fails | Laurent Navet | 2015-07-22 | |
| | * | | | | | | | | | | | | | | | | | ext4: reject journal options for ext2 mounts | Carlos Maiolino | 2015-07-21 | |
| | * | | | | | | | | | | | | | | | | | ext4: implement cgroup writeback support | Tejun Heo | 2015-07-21 | |
| | * | | | | | | | | | | | | | | | | | ext4: replace ext4_io_submit->io_op with ->io_wbc | Tejun Heo | 2015-07-21 | |
| | * | | | | | | | | | | | | | | | | | ext4 crypto: check for too-short encrypted file names | Theodore Ts'o | 2015-07-17 | |
| | * | | | | | | | | | | | | | | | | | ext4 crypto: use a jbd2 transaction when adding a crypto policy | Theodore Ts'o | 2015-07-17 | |
| | * | | | | | | | | | | | | | | | | | jbd2: speedup jbd2_journal_dirty_metadata() | Jan Kara | 2015-07-12 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2015-09-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | udf: Don't modify filesystem for read-only mounts | Jan Kara | 2015-08-20 | |
| | * | | | | | | | | | | | | | | | | | quota: remove an unneeded condition | Dan Carpenter | 2015-08-11 | |
| | * | | | | | | | | | | | | | | | | | ext4: memory leak on error in ext4_symlink() | Dan Carpenter | 2015-07-27 | |
| | * | | | | | | | | | | | | | | | | | ext4: Improve ext4 Kconfig test | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | fs: Remove ext3 filesystem driver | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | jfs: Handle error from dquot_initialize() | Dave Kleikamp | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | reiserfs: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | ocfs2: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | ext4: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | ext2: Handle error from dquot_initalize() | Jan Kara | 2015-07-23 | |
| | * | | | | | | | | | | | | | | | | | quota: Propagate error from ->acquire_dquot() | Jan Kara | 2015-07-23 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'hpfs' (patches from Mikulas) | Linus Torvalds | 2015-09-03 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | hpfs: update ctime and mtime on directory modification | Mikulas Patocka | 2015-09-03 | |
| | * | | | | | | | | | | | | | | | | | | hpfs: support hotfixes | Mikulas Patocka | 2015-09-03 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | block: remove bio_get_nr_vecs() | Kent Overstreet | 2015-08-13 | |
| | * | | | | | | | | | | | | | | | | | | fs: use helper bio_add_page() instead of open coding on bi_io_vec | Kent Overstreet | 2015-08-13 | |
| | * | | | | | | | | | | | | | | | | | | btrfs: remove bio splitting and merge_bvec_fn() calls | Kent Overstreet | 2015-08-13 | |
| | * | | | | | | | | | | | | | | | | | | block: don't access bio->bi_error after bio_put() | Sasha Levin | 2015-08-11 | |
| | * | | | | | | | | | | | | | | | | | | block: manipulate bio->bi_flags through helpers | Jens Axboe | 2015-07-29 | |
| | * | | | | | | | | | | | | | | | | | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2015-09-01 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | treewide: fix typos in comment blocks | Masahiro Yamada | 2015-08-07 | |
| | * | | | | | | | | | | | | | | | | | | Btrfs: Spelling s/consitent/consistent/ | Geert Uytterhoeven | 2015-08-07 | |
| | * | | | | | | | | | | | | | | | | | | ntfs: super.c: Fix error log | Nik Nyby | 2015-08-07 | |
| | * | | | | | | | | | | | | | | | | | | freevxfs: Grammar s/an negative/a negative/ | Geert Uytterhoeven | 2015-08-07 | |
| | * | | | | | | | | | | | | | | | | | | treewide: Fix typo in printk | Masanari Iida | 2015-08-07 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-09-01 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | fs: Set the size of empty dirs to 0. | Eric W. Biederman | 2015-08-12 | |
| | * | | | | | | | | | | | | | | | | | | nsfs: Add a show_path method to fix mountinfo | Eric W. Biederman | 2015-07-11 | |
| | * | | | | | | | | | | | | | | | | | | mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC | Eric W. Biederman | 2015-07-10 | |
| | * | | | | | | | | | | | | | | | | | | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 2015-07-10 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-08-31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | Merge 4.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2015-08-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||
