summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | ext4: simplify some code in read_mmp_block()Dan Carpenter2015-08-15
| * | | | | | | | | | | | | | | | | ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-08-15
| * | | | | | | | | | | | | | | | | jbd2: limit number of reserved creditsLukas Czerner2015-08-04
| * | | | | | | | | | | | | | | | | ext4 crypto: remove duplicate header filezilong.liu2015-07-28
| * | | | | | | | | | | | | | | | | ext4: update c/mtime on truncate upEryu Guan2015-07-28
| * | | | | | | | | | | | | | | | | jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-07-28
| * | | | | | | | | | | | | | | | | ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-23
| * | | | | | | | | | | | | | | | | ext4 crypto: fix spelling typo in commentLaurent Navet2015-07-22
| * | | | | | | | | | | | | | | | | ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet2015-07-22
| * | | | | | | | | | | | | | | | | ext4: reject journal options for ext2 mountsCarlos Maiolino2015-07-21
| * | | | | | | | | | | | | | | | | ext4: implement cgroup writeback supportTejun Heo2015-07-21
| * | | | | | | | | | | | | | | | | ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-21
| * | | | | | | | | | | | | | | | | ext4 crypto: check for too-short encrypted file namesTheodore Ts'o2015-07-17
| * | | | | | | | | | | | | | | | | ext4 crypto: use a jbd2 transaction when adding a crypto policyTheodore Ts'o2015-07-17
| * | | | | | | | | | | | | | | | | jbd2: speedup jbd2_journal_dirty_metadata()Jan Kara2015-07-12
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | udf: Don't modify filesystem for read-only mountsJan Kara2015-08-20
| * | | | | | | | | | | | | | | | | quota: remove an unneeded conditionDan Carpenter2015-08-11
| * | | | | | | | | | | | | | | | | ext4: memory leak on error in ext4_symlink()Dan Carpenter2015-07-27
| * | | | | | | | | | | | | | | | | ext4: Improve ext4 Kconfig testJan Kara2015-07-23
| * | | | | | | | | | | | | | | | | fs: Remove ext3 filesystem driverJan Kara2015-07-23
| * | | | | | | | | | | | | | | | | jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-23
| * | | | | | | | | | | | | | | | | reiserfs: Handle error from dquot_initialize()Jan Kara2015-07-23
| * | | | | | | | | | | | | | | | | ocfs2: Handle error from dquot_initialize()Jan Kara2015-07-23
| * | | | | | | | | | | | | | | | | ext4: Handle error from dquot_initialize()Jan Kara2015-07-23
| * | | | | | | | | | | | | | | | | ext2: Handle error from dquot_initalize()Jan Kara2015-07-23
| * | | | | | | | | | | | | | | | | quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-23
* | | | | | | | | | | | | | | | | | Merge branch 'hpfs' (patches from Mikulas)Linus Torvalds2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-03
| * | | | | | | | | | | | | | | | | | hpfs: support hotfixesMikulas Patocka2015-09-03
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-13
| * | | | | | | | | | | | | | | | | | fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-13
| * | | | | | | | | | | | | | | | | | btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet2015-08-13
| * | | | | | | | | | | | | | | | | | block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-11
| * | | | | | | | | | | | | | | | | | block: manipulate bio->bi_flags through helpersJens Axboe2015-07-29
| * | | | | | | | | | | | | | | | | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* | | | | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | treewide: fix typos in comment blocksMasahiro Yamada2015-08-07
| * | | | | | | | | | | | | | | | | | Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven2015-08-07
| * | | | | | | | | | | | | | | | | | ntfs: super.c: Fix error logNik Nyby2015-08-07
| * | | | | | | | | | | | | | | | | | freevxfs: Grammar s/an negative/a negative/Geert Uytterhoeven2015-08-07
| * | | | | | | | | | | | | | | | | | treewide: Fix typo in printkMasanari Iida2015-08-07
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | fs: Set the size of empty dirs to 0.Eric W. Biederman2015-08-12
| * | | | | | | | | | | | | | | | | | nsfs: Add a show_path method to fix mountinfoEric W. Biederman2015-07-11
| * | | | | | | | | | | | | | | | | | mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXECEric W. Biederman2015-07-10
| * | | | | | | | | | | | | | | | | | vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-10
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |