| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | ceph: fix double page_unlock() in page_mkwrite() | Yan, Zheng | 2016-01-21 | 1 | -4/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2016-01-24 | 16 | -52/+238 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cifs_dbg() outputs an uninitialized buffer in cifs_readdir() | Vasily Averin | 2016-01-14 | 1 | -0/+1 |
| * | | | | | | | cifs: fix race between call_async() and reconnect() | Rabin Vincent | 2016-01-14 | 2 | -3/+5 |
| * | | | | | | | Prepare for encryption support (first part). Add decryption and encryption ke... | Steve French | 2016-01-14 | 10 | -33/+156 |
| * | | | | | | | cifs: Allow using O_DIRECT with cache=loose | Ross Lagerwall | 2016-01-14 | 1 | -0/+15 |
| * | | | | | | | cifs: Make echo interval tunable | Steve French | 2016-01-14 | 3 | -11/+34 |
| * | | | | | | | cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary | Ross Lagerwall | 2016-01-14 | 1 | -2/+22 |
| * | | | | | | | Print IP address of unresponsive server | Arnd Hannemann | 2016-01-14 | 1 | -2/+5 |
| * | | | | | | | cifs: Ratelimit kernel log messages | Jamie Bainbridge | 2016-01-14 | 2 | -6/+5 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-23 | 136 | -722/+725 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vfs: abort dedupe loop if fatal signals are pending | Darrick J. Wong | 2016-01-23 | 1 | -0/+3 |
| * | | | | | | | | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 136 | -722/+722 |
* | | | | | | | | | Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-01-23 | 5 | -69/+47 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'bugfixes' | Trond Myklebust | 2016-01-22 | 2 | -63/+42 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn | Trond Myklebust | 2016-01-22 | 1 | -4/+2 |
| | * | | | | | | | | | pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN | Trond Myklebust | 2016-01-21 | 1 | -59/+40 |
| * | | | | | | | | | | NFS: Simplify nfs_request_add_commit_list() arguments | Anna Schumaker | 2016-01-21 | 3 | -6/+5 |
* | | | | | | | | | | | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-23 | 5 | -22/+6 |
* | | | | | | | | | | | dax: never rely on bh.b_dev being set by get_block() | Ross Zwisler | 2016-01-23 | 1 | -0/+3 |
* | | | | | | | | | | | xfs: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-23 | 1 | -3/+4 |
* | | | | | | | | | | | ext4: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-23 | 1 | -1/+3 |
* | | | | | | | | | | | ext2: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-23 | 1 | -1/+3 |
* | | | | | | | | | | | dax: add support for fsync/sync | Ross Zwisler | 2016-01-23 | 1 | -16/+258 |
* | | | | | | | | | | | dax: support dirty DAX entries in radix tree | Ross Zwisler | 2016-01-23 | 2 | -2/+2 |
* | | | | | | | | | | | dax: fix conversion of holes to PMDs | Ross Zwisler | 2016-01-23 | 1 | -10/+10 |
* | | | | | | | | | | | dax: fix NULL pointer dereference in __dax_dbg() | Ross Zwisler | 2016-01-23 | 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-20 | 1 | -1/+2 |
| * | | | | | | | | | btrfs: Small cleanup for get index_srcdev loop | Zhao Lei | 2016-01-20 | 1 | -22/+20 |
| * | | | | | | | | | btrfs: Enhance chunk validation check | Qu Wenruo | 2016-01-20 | 1 | -1/+32 |
| * | | | | | | | | | btrfs: Enhance super validation check | Qu Wenruo | 2016-01-20 | 1 | -49/+48 |
| * | | | | | | | | | Btrfs: fix deadlock running delayed iputs at transaction commit time | Filipe Manana | 2016-01-20 | 4 | -8/+10 |
| * | | | | | | | | | Btrfs: fix typo in log message when starting a balance | Filipe Manana | 2016-01-20 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-20 | 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-20 | 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 |