Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | DLM: fix to reschedule rwork | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+6 | |
| * | | | | | | DLM: fix to use sk_callback_lock correctly | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -12/+17 | |
| * | | | | | | DLM: fix overflow dlm_cb_seq | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+2 | |
| * | | | | | | DLM: fix memory leak in tcp_accept_from_sock() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -14/+7 | |
| * | | | | | | DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -19/+23 | |
| * | | | | | | DLM: use CF_CLOSE flag to stop dlm_send correctly | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+1 | |
| * | | | | | | DLM: Reanimate CF_WRITE_PENDING flag | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -1/+8 | |
| * | | | | | | DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -1/+10 | |
| * | | | | | | DLM: close othercon at send/receive error | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+2 | |
| * | | | | | | DLM: retry rcom when dlm_wait_function is timed out. | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 2 | -0/+10 | |
| * | | | | | | DLM: fix to use sock_mutex correctly in xxx_accept_from_sock | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+6 | |
| * | | | | | | DLM: fix race condition between dlm_send and dlm_recv | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+6 | |
| * | | | | | | DLM: fix double list_del() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -5/+39 | |
| * | | | | | | DLM: fix remove save_cb argument from add_sock() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -8/+8 | |
| * | | | | | | DLM: Fix saving of NULL callbacks | Bob Peterson | 2017-09-25 | 1 | -20/+25 | |
| * | | | | | | DLM: Eliminate CF_WRITE_PENDING flag | Bob Peterson | 2017-09-25 | 1 | -13/+8 | |
| * | | | | | | DLM: Eliminate CF_CONNECT_PENDING flag | Bob Peterson | 2017-09-25 | 1 | -7/+3 | |
* | | | | | | | Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-11-14 | 11 | -209/+469 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gfs2: Allow gfs2_xattr_set to be called with the glock held | Andreas Gruenbacher | 2017-10-31 | 1 | -7/+16 | |
| * | | | | | | | gfs2: Add support for statx inode flags | Andreas Gruenbacher | 2017-10-31 | 1 | -0/+14 | |
| * | | | | | | | gfs2: Fix and clean up {GET,SET}FLAGS ioctl | Andreas Gruenbacher | 2017-10-31 | 1 | -55/+47 | |
| * | | | | | | | gfs2: Fix a harmless typo | Andreas Gruenbacher | 2017-10-31 | 1 | -1/+1 | |
| * | | | | | | | gfs2: Fix xattr fsync | Andreas Gruenbacher | 2017-10-31 | 1 | -32/+8 | |
| * | | | | | | | GFS2: Take inode off order_write list when setting jdata flag | Bob Peterson | 2017-10-31 | 1 | -1/+3 | |
| * | | | | | | | GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL | Bob Peterson | 2017-10-31 | 1 | -2/+3 | |
| * | | | | | | | gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap | Andreas Gruenbacher | 2017-10-31 | 3 | -3/+54 | |
| * | | | | | | | GFS2: Switch fiemap implementation to use iomap | Bob Peterson | 2017-10-31 | 2 | -25/+10 | |
| * | | | | | | | GFS2: Implement iomap for block_map | Bob Peterson | 2017-10-31 | 3 | -68/+274 | |
| * | | | | | | | GFS2: Make height info part of metapath | Bob Peterson | 2017-10-31 | 1 | -47/+62 | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/... | Andreas Gruenbacher | 2017-10-16 | 163 | -698/+1878 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gfs2: Always update inode ctime in set_acl | Andreas Gruenbacher | 2017-09-25 | 1 | -0/+1 | |
| * | | | | | | | | gfs2: Support negative atimes | Andreas Gruenbacher | 2017-09-25 | 1 | -1/+2 | |
| * | | | | | | | | gfs2: Update ctime in setflags ioctl | Andreas Gruenbacher | 2017-09-25 | 1 | -0/+1 | |
| * | | | | | | | | gfs2: Clarify gfs2_block_map | Andreas Gruenbacher | 2017-09-25 | 1 | -4/+10 | |
* | | | | | | | | | Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2017-11-14 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | jfs: Add missing NULL pointer check in __get_metapage | Juerg Haefliger | 2017-11-02 | 1 | -0/+2 | |
| * | | | | | | | | | jfs: remove increment of i_version counter | Jeff Layton | 2017-10-30 | 1 | -1/+0 | |
* | | | | | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2017-11-14 | 48 | -1547/+3315 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | btrfs: Fix bug for misused dev_t when lookup in dev state hash table. | Gu JinXiang | 2017-11-01 | 1 | -1/+1 | |
| * | | | | | | | | | | Btrfs: heuristic: add Shannon entropy calculation | Timofey Titovets | 2017-11-01 | 1 | -1/+84 | |
| * | | | | | | | | | | Btrfs: heuristic: add byte core set calculation | Timofey Titovets | 2017-11-01 | 1 | -0/+65 | |
| * | | | | | | | | | | Btrfs: heuristic: add byte set calculation | Timofey Titovets | 2017-11-01 | 1 | -0/+45 | |
| * | | | | | | | | | | Btrfs: heuristic: add detection of repeated data patterns | Timofey Titovets | 2017-11-01 | 1 | -1/+14 | |
| * | | | | | | | | | | Btrfs: heuristic: implement sampling logic | Timofey Titovets | 2017-11-01 | 1 | -9/+62 | |
| * | | | | | | | | | | Btrfs: heuristic: add bucket and sample counters and other defines | Timofey Titovets | 2017-11-01 | 1 | -1/+52 | |
| * | | | | | | | | | | Btrfs: compression: separate heuristic/compression workspaces | Timofey Titovets | 2017-11-01 | 1 | -18/+121 | |
| * | | | | | | | | | | btrfs: move btrfs_truncate_block out of trans handle | Josef Bacik | 2017-11-01 | 1 | -75/+45 | |
| * | | | | | | | | | | btrfs: don't call btrfs_start_delalloc_roots in flushoncommit | Josef Bacik | 2017-11-01 | 1 | -1/+10 | |
| * | | | | | | | | | | btrfs: track refs in a rb_tree instead of a list | Josef Bacik | 2017-11-01 | 5 | -67/+82 | |
| * | | | | | | | | | | btrfs: add a comp_refs() helper | Josef Bacik | 2017-11-01 | 1 | -24/+30 |