summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'bugfixes'Trond Myklebust2016-01-222-63/+42
| |\ \ \ \ \ \ \
| | * | | | | | | pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-01-221-4/+2
| | * | | | | | | pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust2016-01-211-59/+40
| * | | | | | | | NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker2016-01-213-6/+5
* | | | | | | | | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-225-22/+6
* | | | | | | | | dax: never rely on bh.b_dev being set by get_block()Ross Zwisler2016-01-221-0/+3
* | | | | | | | | xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-3/+4
* | | | | | | | | ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-1/+3
* | | | | | | | | ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-1/+3
* | | | | | | | | dax: add support for fsync/syncRoss Zwisler2016-01-221-16/+258
* | | | | | | | | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-222-2/+2
* | | | | | | | | dax: fix conversion of holes to PMDsRoss Zwisler2016-01-221-10/+10
* | | | | | | | | dax: fix NULL pointer dereference in __dax_dbg()Ross Zwisler2016-01-221-0/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2216-213/+264
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | btrfs: raid56: Use raid_write_end_io for scrubZhao Lei2016-01-201-27/+5
| * | | | | | | btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei2016-01-201-2/+0
| * | | | | | | btrfs: use rbio->nr_pages to reduce calculationZhao Lei2016-01-201-12/+7
| * | | | | | | btrfs: Use unified stripe_page's index calculationZhao Lei2016-01-201-22/+21
| * | | | | | | btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2016-01-202-3/+3
| * | | | | | | btrfs: Fix no_space in write and rm loopZhao Lei2016-01-201-1/+3
| * | | | | | | btrfs: merge functions for wait snapshot creationZhao Lei2016-01-203-21/+22
| * | | | | | | btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2
| * | | | | | | btrfs: Use direct way to determine raid56 write/recover modeZhao Lei2016-01-191-1/+2
| * | | | | | | btrfs: Small cleanup for get index_srcdev loopZhao Lei2016-01-191-22/+20
| * | | | | | | btrfs: Enhance chunk validation checkQu Wenruo2016-01-191-1/+32
| * | | | | | | btrfs: Enhance super validation checkQu Wenruo2016-01-191-49/+48
| * | | | | | | Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-194-8/+10
| * | | | | | | Btrfs: fix typo in log message when starting a balanceFilipe Manana2016-01-191-1/+1
| * | | | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-196-15/+56
| |\ \ \ \ \ \ \
| | * | | | | | | btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-01-151-0/+1
| | * | | | | | | Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh2016-01-151-7/+22
| | * | | | | | | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-154-8/+33
| * | | | | | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-197-24/+32
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | btrfs: remove duplicate const specifierColin Ian King2016-01-191-1/+1
| | * | | | | | | Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2016-01-151-1/+1
| | * | | | | | | btrfs: fix iterator with update error in backref.cGeliang Tang2016-01-151-5/+5
| | * | | | | | | btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-156-17/+25
* | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-2212-271/+867
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface supportLi Xi2016-01-082-87/+336
| * | | | | | | | | ext4: add project quota supportLi Xi2016-01-082-6/+61
| * | | | | | | | | ext4: adds project ID supportLi Xi2016-01-085-4/+68
| * | | | | | | | | ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-01-083-17/+11
| * | | | | | | | | ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2015-12-101-0/+4
| * | | | | | | | | ext4: use pre-zeroed blocks for DAX page faultsJan Kara2015-12-073-36/+74
| * | | | | | | | | ext4: implement allocation of pre-zeroed blocksJan Kara2015-12-073-3/+34
| * | | | | | | | | ext4: provide ext4_issue_zeroout()Jan Kara2015-12-074-15/+23
| * | | | | | | | | ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagJan Kara2015-12-072-26/+21
| * | | | | | | | | ext4: document lock orderingJan Kara2015-12-071-0/+30
| * | | | | | | | | ext4: fix races of writeback with punch hole and zero rangeJan Kara2015-12-073-1/+42
| * | | | | | | | | ext4: fix races between buffered IO and collapse / insert rangeJan Kara2015-12-071-28/+31
OpenPOWER on IntegriCloud