aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-20/+49
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro36-180/+130
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-29ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-29kill free_page_put_link()Al Viro4-21/+15
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-0/+39
2015-12-22Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-12-22gfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-15/+29
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2015-12-18GFS2: Don't do glock put on when inode creation failsBob Peterson1-1/+0
2015-12-18GFS2: Always use iopen glock for gl_deletesBob Peterson1-1/+1
2015-12-18GFS2: Release iopen glock in gfs2_create_inode error casesBob Peterson1-9/+7
2015-12-18GFS2: Truncate address space mapping when deleting an inodeBob Peterson1-1/+3
2015-12-18GFS2: Wait for iopen glock dequeuesBob Peterson2-4/+7
2015-12-18fs: make locks.c explicitly non-modularPaul Gortmaker1-2/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-76/+98
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4Chris Mason5-8/+10
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5
2015-12-14gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski2-4/+3
2015-12-14gfs2: change gfs2 readdir cookieBenjamin Marzinski4-20/+89
2015-12-14gfs2: keep offset when splitting dir leaf blocksBenjamin Marzinski1-16/+53
2015-12-14GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson1-1/+3
2015-12-14GFS2: Update master statfs buffer with sd_statfs_spin lockedBob Peterson1-3/+2
2015-12-14GFS2: Reduce size of incore inodeBob Peterson5-26/+26
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson12-82/+33
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher21-332/+112
2015-12-13ocfs2: Replace list xattr handler operationsAndreas Gruenbacher1-94/+57
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2-17/+40
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra5-10/+10
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+2
2015-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-11/+3
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2-8/+2
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-1/+3
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte1-1/+1
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana1-2/+1
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana3-5/+8
2015-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+3
2015-12-08teach nfs_get_link() to work in RCU modeAl Viro2-10/+41
2015-12-08teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU modeAl Viro2-10/+7
2015-12-08teach page_get_link() to work in RCU modeAl Viro1-6/+13
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro40-120/+210
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro54-40/+72
2015-12-08Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupDavid S. Miller1-0/+46