aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-01dax: fix NULL pointer in __dax_pmd_fault()Gravatar Ross Zwisler 1-1/+12
2015-10-01Merge tag 'upstream-4.3-rc4' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-3/+0
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityGravatar Richard Weinberger 1-3/+0
2015-09-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-19/+126
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-42/+118
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 12-83/+148
2015-09-24fix encryption error checks on mountGravatar Steve French 1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsGravatar Steve French 1-15/+61
2015-09-23NFS41: make close wait for layoutreturnGravatar Peng Tao 3-10/+49
2015-09-22ocfs2/dlm: fix deadlock when dispatch assert masterGravatar Joseph Qi 2-5/+12
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Gravatar Andrea Arcangeli 1-4/+4
2015-09-22NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setGravatar Kinglong Mee 1-2/+5
2015-09-22cifs: use server timestamp for ntlmv2 authenticationGravatar Peter Seiderer 1-2/+51
2015-09-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Gravatar Steve French 1-2/+6
2015-09-22Btrfs: keep dropped roots in cache until transaction commitGravatar Josef Bacik 3-2/+37
2015-09-21Btrfs: Direct I/O: Fix space accountingGravatar chandan 2-23/+21
2015-09-20NFSv4.x/pnfs: Don't try to recover stateids twice in layoutgetGravatar Trond Myklebust 1-11/+17
2015-09-20NFSv4: Recovery of recalled read delegations is brokenGravatar Trond Myklebust 3-38/+53
2015-09-20NFS: Fix an infinite loop when layoutget fail with BAD_STATEIDGravatar Kinglong Mee 1-0/+1
2015-09-20NFS: Do cleanup before resetting pageio read/write to mdsGravatar Kinglong Mee 2-0/+6
2015-09-19Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+9
2015-09-19fs-writeback: unplug before cond_resched in writeback_sb_inodesGravatar Chris Mason 1-1/+16
2015-09-17userfaultfd: add missing mmput() in error pathGravatar Eric Biggers 1-1/+3
2015-09-17nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayGravatar Kinglong Mee 1-19/+12
2015-09-17nfs: fix v4.2 SEEK on files over 2 gigsGravatar J. Bruce Fields 1-1/+3
2015-09-17nfs: fix pg_test page count calculationGravatar Peng Tao 1-1/+1
2015-09-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Gravatar Olga Kornievskaia 1-1/+1
2015-09-15blockdev: don't set S_DAX for misaligned partitionsGravatar Jeff Moyer 1-0/+7
2015-09-15dax: fix O_DIRECT I/O to the last block of a blockdevGravatar Jeff Moyer 1-1/+2
2015-09-15btrfs: skip waiting on ordered range for special filesGravatar Jeff Mahoney 1-1/+2
2015-09-15Btrfs: fix read corruption of compressed and shared extentsGravatar Filipe Manana 1-8/+57
2015-09-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-1/+10
2015-09-12Merge branch 'writeback-plugging'Gravatar Linus Torvalds 1-3/+10
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Gravatar Linus Torvalds 1-0/+6
2015-09-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-42/+37
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsGravatar Steve French 1-1/+4
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Gravatar Andrew Morton 1-2/+4
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidGravatar Joe Perches 2-40/+33
2015-09-11Revert "writeback: plug writeback at a high level"Gravatar Linus Torvalds 1-3/+4
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-96/+82
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 7-29/+67
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-285/+212
2015-09-11CIFS: fix type confusion in copy offload ioctlGravatar Jann Horn 1-0/+6
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-96/+66
2015-09-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-125/+242
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 2-2/+2
2015-09-10namei: fix warning while make xmldocs caused by namei.cGravatar Masanari Iida 1-1/+1
2015-09-10fs/affs: make root lookup from blkdev logical sizeGravatar Pranay Kr. Srivastava 1-3/+5
2015-09-10seq_file: provide an analogue of print_hex_dump()Gravatar Andy Shevchenko 1-0/+42
2015-09-10fs: Don't dump core if the corefile would become world-readable.Gravatar Jann Horn 1-2/+6