summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov2015-02-111-1/+1
| | * | | | | mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-3/+6
| | * | | | | mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-111-3/+13
| * | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-117-25/+191
| |\ \ \ \ \ \
| | * | | | | | pstore: Fix sprintf format specifier in pstore_dump()alex chen2015-01-161-2/+2
| | * | | | | | pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-167-2/+168
| | * | | | | | pstore: Handle zero-sized prz in seriesMark Salyzyn2015-01-161-3/+9
| | * | | | | | pstore: Remove superfluous memory size checkMark Salyzyn2015-01-161-9/+0
| | * | | | | | pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn2015-01-161-10/+13
| * | | | | | | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-02-1138-1187/+4537
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-102-13/+8
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-0515-201/+294
| | |\ \ \ \ \ \ \
| | * | | | | | | | rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-041-7/+7
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-2715-80/+136
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-6/+1
| * | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1037-115/+92
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-1/+0
| | * | | | | | | | | | proc: drop handling non-linear mappingsKirill A. Shutemov2015-02-101-16/+0
| | * | | | | | | | | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-1013-14/+0
| | * | | | | | | | | | fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov2015-02-101-0/+5
| | * | | | | | | | | | o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda2015-02-101-1/+5
| | * | | | | | | | | | ocfs2: prune the dcache before deleting the dentry of directoryalex chen2015-02-101-0/+3
| | * | | | | | | | | | ocfs2: make resv_lock spinlock staticFabian Frederick2015-02-101-1/+1
| | * | | | | | | | | | ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn2015-02-101-1/+0
| | * | | | | | | | | | ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()Daeseok Youn2015-02-101-6/+3
| | * | | | | | | | | | ocfs2: remove unreachable codeDaeseok Youn2015-02-101-1/+0
| | * | | | | | | | | | ocfs2: o2net: silence uninitialized variable warningDan Carpenter2015-02-101-1/+2
| | * | | | | | | | | | ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()Jan Kara2015-02-101-2/+0
| | * | | | | | | | | | ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2015-02-102-0/+19
| | * | | | | | | | | | ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extentsalex chen2015-02-101-9/+9
| | * | | | | | | | | | ocfs2: dlm: dlmdomain: remove unused functionRickard Strandqvist2015-02-102-15/+0
| | * | | | | | | | | | ocfs2: quota_local: remove unused functionRickard Strandqvist2015-02-101-6/+0
| | * | | | | | | | | | ocfs2: xattr: remove unused functionRickard Strandqvist2015-02-101-10/+0
| | * | | | | | | | | | ocfs2: fix snprintf format specifier in dlmdebug.calex chen2015-02-101-2/+2
| | * | | | | | | | | | ocfs2: fix wrong commentJunxiao Bi2015-02-101-6/+6
| | * | | | | | | | | | ocfs2: fix uninitialized variable accessJunxiao Bi2015-02-101-1/+1
| | * | | | | | | | | | ocfs2: remove unnecessary else in ocfs2_set_acl()Fabian Frederick2015-02-101-8/+6
| | * | | | | | | | | | ocfs2/dlm: add missing dlm_lock_put() when recovery master downXue jiufei2015-02-101-0/+7
| | * | | | | | | | | | fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-102-9/+18
| | * | | | | | | | | | fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo2015-02-101-3/+4
| | * | | | | | | | | | fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo2015-02-101-2/+1
| * | | | | | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-106-17/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble2015-02-101-1/+1
| | * | | | | | | | | | | GFS2: use __vmalloc GFP_NOFS for fs-related allocations.Oleg Drokin2015-02-041-1/+2
| | * | | | | | | | | | | GFS2: Eliminate a nonsense gotoBob Peterson2015-01-261-3/+0
| | * | | | | | | | | | | GFS2: fix sprintf format specifieralex chen2015-01-132-2/+2
| | * | | | | | | | | | | GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson2015-01-091-10/+3
| * | | | | | | | | | | | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-1038-880/+807
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner2015-02-104-4/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | xfs: only trace buffer items if they existDave Chinner2015-02-101-2/+3