summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-12gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson4-6/+5
2018-10-12gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher1-2/+11
2018-10-12gfs2: Fix some minor typosAndreas Gruenbacher2-3/+3
2018-10-12gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher3-18/+18
2018-10-12gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher2-3/+2
2018-10-12gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher4-15/+13
2018-10-12gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher1-7/+2
2018-10-12gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher1-3/+8
2018-10-09gfs2: getlabel supportSteve Whitehouse1-0/+14
2018-10-09GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith1-1/+1
2018-10-08gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-10-05gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson6-41/+52
2018-10-05gfs2: slow the deluge of io error messagesBob Peterson3-8/+13
2018-08-28gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson1-1/+1
2018-08-28gfs2: improve debug information when lvb mismatches are foundBob Peterson2-5/+39
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds3-115/+49
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds1-9/+116
2018-08-26Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-9/+4
2018-08-25Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+0
2018-08-25Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-5/+30
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-08-24ubifs: Remove empty file.hRichard Weinberger1-0/+0
2018-08-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-17/+67
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-4/+2
2018-08-24fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann1-0/+2
2018-08-24fs/afs: use new return type vm_fault_tSouptick Joarder2-2/+3
2018-08-24namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-3/+50
2018-08-24hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-08-24hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-24hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-24Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds26-161/+814
2018-08-24Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-103/+143
2018-08-24Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds34-558/+724
2018-08-23cifs: update internal module version number for cifs.ko to 2.12Steve French1-1/+1
2018-08-23cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2018-08-23cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg1-0/+7
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg3-4/+16
2018-08-23getxattr: use correct xattr lengthChristian Brauner1-1/+1
2018-08-23nfsd: Remove callback_credChuck Lever3-30/+2
2018-08-23nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever1-1/+8
2018-08-23sunrpc: Extract target name into svc_credChuck Lever1-2/+5
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-527/+1645
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-1022/+921
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann1-3/+3
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann6-48/+30
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi3-10/+20