Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-22 | 5 | -22/+6 | |
* | | | | | | | | | | | dax: never rely on bh.b_dev being set by get_block() | Ross Zwisler | 2016-01-22 | 1 | -0/+3 | |
* | | | | | | | | | | | xfs: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-22 | 1 | -3/+4 | |
* | | | | | | | | | | | ext4: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-22 | 1 | -1/+3 | |
* | | | | | | | | | | | ext2: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-22 | 1 | -1/+3 | |
* | | | | | | | | | | | dax: add support for fsync/sync | Ross Zwisler | 2016-01-22 | 1 | -16/+258 | |
* | | | | | | | | | | | dax: support dirty DAX entries in radix tree | Ross Zwisler | 2016-01-22 | 2 | -2/+2 | |
* | | | | | | | | | | | dax: fix conversion of holes to PMDs | Ross Zwisler | 2016-01-22 | 1 | -10/+10 | |
* | | | | | | | | | | | dax: fix NULL pointer dereference in __dax_dbg() | Ross Zwisler | 2016-01-22 | 1 | -0/+1 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-22 | 16 | -213/+264 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | btrfs: raid56: Use raid_write_end_io for scrub | Zhao Lei | 2016-01-20 | 1 | -27/+5 | |
| * | | | | | | | | | btrfs: Remove unnecessary ClearPageUptodate for raid56 | Zhao Lei | 2016-01-20 | 1 | -2/+0 | |
| * | | | | | | | | | btrfs: use rbio->nr_pages to reduce calculation | Zhao Lei | 2016-01-20 | 1 | -12/+7 | |
| * | | | | | | | | | btrfs: Use unified stripe_page's index calculation | Zhao Lei | 2016-01-20 | 1 | -22/+21 | |
| * | | | | | | | | | btrfs: Fix calculation of rbio->dbitmap's size calculation | Zhao Lei | 2016-01-20 | 2 | -3/+3 | |
| * | | | | | | | | | btrfs: Fix no_space in write and rm loop | Zhao Lei | 2016-01-20 | 1 | -1/+3 | |
| * | | | | | | | | | btrfs: merge functions for wait snapshot creation | Zhao Lei | 2016-01-20 | 3 | -21/+22 | |
| * | | | | | | | | | btrfs: delete unused argument in btrfs_copy_from_user | Zhao Lei | 2016-01-20 | 1 | -4/+2 | |
| * | | | | | | | | | btrfs: Use direct way to determine raid56 write/recover mode | Zhao Lei | 2016-01-19 | 1 | -1/+2 | |
| * | | | | | | | | | btrfs: Small cleanup for get index_srcdev loop | Zhao Lei | 2016-01-19 | 1 | -22/+20 | |
| * | | | | | | | | | btrfs: Enhance chunk validation check | Qu Wenruo | 2016-01-19 | 1 | -1/+32 | |
| * | | | | | | | | | btrfs: Enhance super validation check | Qu Wenruo | 2016-01-19 | 1 | -49/+48 | |
| * | | | | | | | | | Btrfs: fix deadlock running delayed iputs at transaction commit time | Filipe Manana | 2016-01-19 | 4 | -8/+10 | |
| * | | | | | | | | | Btrfs: fix typo in log message when starting a balance | Filipe Manana | 2016-01-19 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-19 | 6 | -15/+56 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | btrfs: initialize the seq counter in struct btrfs_device | Sebastian Andrzej Siewior | 2016-01-15 | 1 | -0/+1 | |
| | * | | | | | | | | | Btrfs: fix output of compression message in btrfs_parse_options() | Tsutomu Itoh | 2016-01-15 | 1 | -7/+22 | |
| | * | | | | | | | | | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub... | Chandan Rajendra | 2016-01-15 | 4 | -8/+33 | |
| * | | | | | | | | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-19 | 7 | -24/+32 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | btrfs: remove duplicate const specifier | Colin Ian King | 2016-01-19 | 1 | -1/+1 | |
| | * | | | | | | | | | Btrfs: clean up an error code in btrfs_init_space_info() | Dan Carpenter | 2016-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | btrfs: fix iterator with update error in backref.c | Geliang Tang | 2016-01-15 | 1 | -5/+5 | |
| | * | | | | | | | | | btrfs: cleanup, stop casting for extent_map->lookup everywhere | Jeff Mahoney | 2016-01-15 | 6 | -17/+25 | |
* | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-01-22 | 12 | -271/+867 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support | Li Xi | 2016-01-08 | 2 | -87/+336 | |
| * | | | | | | | | | | | ext4: add project quota support | Li Xi | 2016-01-08 | 2 | -6/+61 | |
| * | | | | | | | | | | | ext4: adds project ID support | Li Xi | 2016-01-08 | 5 | -4/+68 | |
| * | | | | | | | | | | | ext4 crypto: simplify interfaces to directory entry insert functions | Theodore Ts'o | 2016-01-08 | 3 | -17/+11 | |
| * | | | | | | | | | | | ext4 crypto: add missing locking for keyring_key access | Theodore Ts'o | 2015-12-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | ext4: use pre-zeroed blocks for DAX page faults | Jan Kara | 2015-12-07 | 3 | -36/+74 | |
| * | | | | | | | | | | | ext4: implement allocation of pre-zeroed blocks | Jan Kara | 2015-12-07 | 3 | -3/+34 | |
| * | | | | | | | | | | | ext4: provide ext4_issue_zeroout() | Jan Kara | 2015-12-07 | 4 | -15/+23 | |
| * | | | | | | | | | | | ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag | Jan Kara | 2015-12-07 | 2 | -26/+21 | |
| * | | | | | | | | | | | ext4: document lock ordering | Jan Kara | 2015-12-07 | 1 | -0/+30 | |
| * | | | | | | | | | | | ext4: fix races of writeback with punch hole and zero range | Jan Kara | 2015-12-07 | 3 | -1/+42 | |
| * | | | | | | | | | | | ext4: fix races between buffered IO and collapse / insert range | Jan Kara | 2015-12-07 | 1 | -28/+31 | |
| * | | | | | | | | | | | ext4: move unlocked dio protection from ext4_alloc_file_blocks() | Jan Kara | 2015-12-07 | 1 | -11/+10 | |
| * | | | | | | | | | | | ext4: fix races between page faults and hole punching | Jan Kara | 2015-12-07 | 6 | -42/+127 | |
* | | | | | | | | | | | | Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-01-22 | 7 | -102/+114 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-misc-fixes-for-4.5-3' into for-next | Dave Chinner | 2016-01-19 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |