| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: return EPERM on immutable inode | Eryu Guan | 2016-08-07 | 1 | -1/+1 |
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 3 | -3/+4 |
|\ |
|
| * | block: get rid of bio_rw and READA | Christoph Hellwig | 2016-07-21 | 3 | -3/+4 |
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 8 | -23/+28 |
|\| |
|
| * | gfs2: use bio op accessors | Mike Christie | 2016-06-07 | 5 | -14/+16 |
| * | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 3 | -4/+4 |
| * | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 3 | -5/+5 |
| * | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 3 | -3/+6 |
* | | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-07-25 | 17 | -115/+177 |
|\ \ |
|
| * | | GFS2: Fix gfs2_replay_incr_blk for multiple journal sizes | Bob Peterson | 2016-07-21 | 3 | -11/+10 |
| * | | GFS2: Check rs_free with rd_rsspin protection | Bob Peterson | 2016-07-12 | 1 | -3/+2 |
| * | | gfs2: writeout truncated pages | Benjamin Marzinski | 2016-06-27 | 1 | -15/+34 |
| * | | gfs2: Lock holder cleanup | Andreas Gruenbacher | 2016-06-27 | 9 | -35/+46 |
| * | | gfs2: Large-filesystem fix for 32-bit systems | Andreas Gruenbacher | 2016-06-27 | 1 | -2/+17 |
| * | | gfs2: Get rid of gfs2_ilookup | Andreas Gruenbacher | 2016-06-27 | 4 | -36/+2 |
| * | | gfs2: Fix gfs2_lookup_by_inum lock inversion | Andreas Gruenbacher | 2016-06-27 | 5 | -33/+81 |
| * | | gfs2: Initialize iopen glock holder for new inodes | Andreas Gruenbacher | 2016-06-17 | 1 | -0/+1 |
| * | | GFS2: don't set rgrp gl_object until it's inserted into rgrp tree | Bob Peterson | 2016-06-10 | 1 | -4/+8 |
* | | | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-28 | 1 | -3/+3 |
|\ \ |
|
| * | | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 2016-05-27 | 1 | -3/+3 |
| |/ |
|
* / | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-28 | 1 | -6/+9 |
|/ |
|
* | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-05-21 | 9 | -32/+60 |
|\ |
|
| * | GFS2: Refactor gfs2_remove_from_journal | Bob Peterson | 2016-05-06 | 3 | -6/+11 |
| * | GFS2: Remove allocation parms from gfs2_rbm_find | Bob Peterson | 2016-05-02 | 1 | -10/+6 |
| * | gfs2: use inode_lock/unlock instead of accessing i_mutex directly | Abhi Das | 2016-05-02 | 1 | -3/+3 |
| * | GFS2: Add calls to gfs2_holder_uninit in two error handlers | Daniel DeFreez | 2016-04-20 | 2 | -2/+4 |
| * | GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid | Bob Peterson | 2016-04-14 | 1 | -3/+3 |
| * | GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytes | Denys Vlasenko | 2016-04-12 | 1 | -1/+1 |
| * | gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read() | Abhi Das | 2016-04-05 | 1 | -2/+26 |
| * | GFS2: Get rid of dead code in inode_go_demote_ok | Bob Peterson | 2016-04-05 | 1 | -7/+0 |
| * | GFS2: ignore unlock failures after withdraw | Benjamin Marzinski | 2016-03-24 | 2 | -1/+9 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 4 | -88/+99 |
|\ \ |
|
| * | | gfs2: Switch to generic xattr handlers | Al Viro | 2016-05-13 | 4 | -88/+99 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-18 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 6 | -48/+47 |
| |\ \ \ |
|
| * | | | | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 2016-04-05 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-18 | 2 | -4/+7 |
|\ \ \ \ |
|
| * | | | | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig | 2016-05-02 | 1 | -1/+4 |
| * | | | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-02 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | gfs2: switch to ->iterate_shared() | Al Viro | 2016-05-12 | 1 | -2/+2 |
* | | | | parallel lookups: actual switch to rwsem | Al Viro | 2016-05-03 | 1 | -1/+1 |
* | | | | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-03 | 4 | -10/+9 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -5/+4 |
| * | | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro | 2016-04-11 | 1 | -3/+3 |
| * | | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 2 | -2/+2 |
| |/ |
|
* / | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 6 | -48/+47 |
|/ |
|
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-18 | 9 | -79/+46 |
|\ |
|
| * | GFS2: Eliminate parameter non_block on gfs2_inode_lookup | Bob Peterson | 2016-03-15 | 4 | -7/+5 |
| * | GFS2: Don't filter out I_FREEING inodes anymore | Bob Peterson | 2016-03-15 | 4 | -58/+7 |