Age | Commit message (Expand) | Author | Files | Lines |
2015-02-10 | rmap: drop support of non-linear mappings | Kirill A. Shutemov | 1 | -1/+0 |
2015-02-10 | proc: drop handling non-linear mappings | Kirill A. Shutemov | 1 | -16/+0 |
2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 13 | -14/+0 |
2015-02-10 | fsioctl.c: make generic_block_fiemap() signal-tolerant | Dmitry Monakhov | 1 | -0/+5 |
2015-02-10 | o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper | Srinivas Eeda | 1 | -1/+5 |
2015-02-10 | ocfs2: prune the dcache before deleting the dentry of directory | alex chen | 1 | -0/+3 |
2015-02-10 | ocfs2: make resv_lock spinlock static | Fabian Frederick | 1 | -1/+1 |
2015-02-10 | ocfs2: remove unreachable code in __ocfs2_recovery_thread() | Daeseok Youn | 1 | -1/+0 |
2015-02-10 | ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el() | Daeseok Youn | 1 | -6/+3 |
2015-02-10 | ocfs2: remove unreachable code | Daeseok Youn | 1 | -1/+0 |
2015-02-10 | ocfs2: o2net: silence uninitialized variable warning | Dan Carpenter | 1 | -1/+2 |
2015-02-10 | ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits() | Jan Kara | 1 | -2/+0 |
2015-02-10 | ocfs2: add a mount option journal_async_commit on ocfs2 filesystem | alex chen | 2 | -0/+19 |
2015-02-10 | ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents | alex chen | 1 | -9/+9 |
2015-02-10 | ocfs2: dlm: dlmdomain: remove unused function | Rickard Strandqvist | 2 | -15/+0 |
2015-02-10 | ocfs2: quota_local: remove unused function | Rickard Strandqvist | 1 | -6/+0 |
2015-02-10 | ocfs2: xattr: remove unused function | Rickard Strandqvist | 1 | -10/+0 |
2015-02-10 | ocfs2: fix snprintf format specifier in dlmdebug.c | alex chen | 1 | -2/+2 |
2015-02-10 | ocfs2: fix wrong comment | Junxiao Bi | 1 | -6/+6 |
2015-02-10 | ocfs2: fix uninitialized variable access | Junxiao Bi | 1 | -1/+1 |
2015-02-10 | ocfs2: remove unnecessary else in ocfs2_set_acl() | Fabian Frederick | 1 | -8/+6 |
2015-02-10 | ocfs2/dlm: add missing dlm_lock_put() when recovery master down | Xue jiufei | 1 | -0/+7 |
2015-02-10 | fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask | Lino Sanfilippo | 2 | -9/+18 |
2015-02-10 | fanotify: don't recalculate a marks mask if only the ignored mask changed | Lino Sanfilippo | 1 | -3/+4 |
2015-02-10 | fanotify: only destroy mark when both mask and ignored_mask are cleared | Lino Sanfilippo | 1 | -2/+1 |
2015-02-09 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -2/+3 |
2015-02-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -0/+3 |
2015-02-08 | Merge git://git.kvack.org/~bcrl/aio-fixes | Linus Torvalds | 1 | -0/+7 |
2015-02-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+1 |
2015-02-05 | nilfs2: fix deadlock of segment constructor over I_SYNC flag | Ryusuke Konishi | 3 | -7/+44 |
2015-02-04 | Btrfs: add missing blk_finish_plug in btrfs_sync_log() | Forrest Liu | 1 | -0/+1 |
2015-02-04 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -4/+10 |
2015-02-03 | aio: annotate aio_read_event_ring for sleep patterns | Dave Chinner | 1 | -0/+7 |
2015-01-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+2 |
2015-01-30 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 7 | -192/+272 |
2015-01-29 | Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 4 | -5/+10 |
2015-01-29 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 3 | -2/+3 |
2015-01-28 | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units | Jan Kara | 6 | -191/+271 |
2015-01-28 | udf: Release preallocation on last writeable close | Jan Kara | 1 | -1/+1 |
2015-01-27 | btrfs: fix raid56 scrub failed in xfstests btrfs/072 | Gui Hecheng | 1 | -0/+2 |
2015-01-26 | cifs: fix MUST SecurityFlags filtering | Niklas Cassel | 1 | -2/+4 |
2015-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -16/+5 |
2015-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 6 | -6/+17 |
2015-01-21 | NFS: Fix use of nfs_attr_use_mounted_on_fileid() | Anna Schumaker | 2 | -4/+3 |
2015-01-21 | NFSv4.1: Fix an Oops in nfs41_walk_client_list | Trond Myklebust | 1 | -1/+1 |
2015-01-21 | nfs: fix dio deadlock when O_DIRECT flag is flipped | Peng Tao | 1 | -0/+6 |
2015-01-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 3 | -0/+3 |
2015-01-20 | btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock. | Qu Wenruo | 1 | -0/+10 |
2015-01-20 | btrfs: Fix the bug that fs_info->pending_changes is never cleared. | Qu Wenruo | 1 | -1/+1 |
2015-01-19 | Complete oplock break jobs before closing file handle | Sachin Prabhu | 1 | -1/+5 |