summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2017-11-147-124/+186
|\ \ \ \ \ \ \
| * | | | | | | dlm: remove dlm_send_rcom_lookup_dumpDavid Teigland2017-10-093-21/+1Star
| * | | | | | | dlm: recheck kthread_should_stop() before schedule()Guoqing Jiang2017-09-251-1/+4
| * | | | | | | DLM: fix NULL pointer dereference in send_to_sock()tsutomu.owa@toshiba.co.jp2017-09-251-0/+4
| * | | | | | | DLM: fix to reschedule rworktsutomu.owa@toshiba.co.jp2017-09-251-2/+6
| * | | | | | | DLM: fix to use sk_callback_lock correctlytsutomu.owa@toshiba.co.jp2017-09-251-12/+17
| * | | | | | | DLM: fix overflow dlm_cb_seqtsutomu.owa@toshiba.co.jp2017-09-251-0/+2
| * | | | | | | DLM: fix memory leak in tcp_accept_from_sock()tsutomu.owa@toshiba.co.jp2017-09-251-14/+7Star
| * | | | | | | DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is settsutomu.owa@toshiba.co.jp2017-09-251-19/+23
| * | | | | | | DLM: use CF_CLOSE flag to stop dlm_send correctlytsutomu.owa@toshiba.co.jp2017-09-251-0/+1
| * | | | | | | DLM: Reanimate CF_WRITE_PENDING flagtsutomu.owa@toshiba.co.jp2017-09-251-1/+8
| * | | | | | | DLM: fix race condition between dlm_recoverd_stop and dlm_recoverdtsutomu.owa@toshiba.co.jp2017-09-251-1/+10
| * | | | | | | DLM: close othercon at send/receive errortsutomu.owa@toshiba.co.jp2017-09-251-2/+2
| * | | | | | | DLM: retry rcom when dlm_wait_function is timed out.tsutomu.owa@toshiba.co.jp2017-09-252-0/+10
| * | | | | | | DLM: fix to use sock_mutex correctly in xxx_accept_from_socktsutomu.owa@toshiba.co.jp2017-09-251-0/+6
| * | | | | | | DLM: fix race condition between dlm_send and dlm_recvtsutomu.owa@toshiba.co.jp2017-09-251-2/+6
| * | | | | | | DLM: fix double list_del()tsutomu.owa@toshiba.co.jp2017-09-251-5/+39
| * | | | | | | DLM: fix remove save_cb argument from add_sock()tsutomu.owa@toshiba.co.jp2017-09-251-8/+8
| * | | | | | | DLM: Fix saving of NULL callbacksBob Peterson2017-09-251-20/+25
| * | | | | | | DLM: Eliminate CF_WRITE_PENDING flagBob Peterson2017-09-251-13/+8Star
| * | | | | | | DLM: Eliminate CF_CONNECT_PENDING flagBob Peterson2017-09-251-7/+3Star
* | | | | | | | Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1411-209/+469
|\ \ \ \ \ \ \ \
| * | | | | | | | gfs2: Allow gfs2_xattr_set to be called with the glock heldAndreas Gruenbacher2017-10-311-7/+16
| * | | | | | | | gfs2: Add support for statx inode flagsAndreas Gruenbacher2017-10-311-0/+14
| * | | | | | | | gfs2: Fix and clean up {GET,SET}FLAGS ioctlAndreas Gruenbacher2017-10-311-55/+47Star
| * | | | | | | | gfs2: Fix a harmless typoAndreas Gruenbacher2017-10-311-1/+1
| * | | | | | | | gfs2: Fix xattr fsyncAndreas Gruenbacher2017-10-311-32/+8Star
| * | | | | | | | GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-10-311-1/+3
| * | | | | | | | GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALLBob Peterson2017-10-311-2/+3
| * | | | | | | | gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-313-3/+54
| * | | | | | | | GFS2: Switch fiemap implementation to use iomapBob Peterson2017-10-312-25/+10Star
| * | | | | | | | GFS2: Implement iomap for block_mapBob Peterson2017-10-313-68/+274
| * | | | | | | | GFS2: Make height info part of metapathBob Peterson2017-10-311-47/+62
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Andreas Gruenbacher2017-10-16163-698/+1878
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gfs2: Always update inode ctime in set_aclAndreas Gruenbacher2017-09-251-0/+1
| * | | | | | | | | gfs2: Support negative atimesAndreas Gruenbacher2017-09-251-1/+2
| * | | | | | | | | gfs2: Update ctime in setflags ioctlAndreas Gruenbacher2017-09-251-0/+1
| * | | | | | | | | gfs2: Clarify gfs2_block_mapAndreas Gruenbacher2017-09-251-4/+10
* | | | | | | | | | Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2017-11-142-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger2017-11-021-0/+2
| * | | | | | | | | | jfs: remove increment of i_version counterJeff Layton2017-10-301-1/+0Star
* | | | | | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-1448-1547/+3315
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang2017-11-011-1/+1
| * | | | | | | | | | | Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets2017-11-011-1/+84
| * | | | | | | | | | | Btrfs: heuristic: add byte core set calculationTimofey Titovets2017-11-011-0/+65
| * | | | | | | | | | | Btrfs: heuristic: add byte set calculationTimofey Titovets2017-11-011-0/+45
| * | | | | | | | | | | Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets2017-11-011-1/+14
| * | | | | | | | | | | Btrfs: heuristic: implement sampling logicTimofey Titovets2017-11-011-9/+62
| * | | | | | | | | | | Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets2017-11-011-1/+52
| * | | | | | | | | | | Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets2017-11-011-18/+121