aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King3-10/+10
2018-08-17ocfs2: clean up some unnecessary codewangyan3-19/+5
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao3-37/+30
2018-08-17ntfs: mft: remove VLA usageKees Cook1-2/+10
2018-08-17ntfs: decompress: remove VLA usageKees Cook1-12/+16
2018-08-17ntfs: aops: remove VLA usageKees Cook1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-4/+0
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2-9/+16
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2-18/+21
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann4-5/+19
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang3-3/+2
2018-08-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-13/+19
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-117/+118
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds9-45/+33
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe300-10548/+11092
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe109-1048/+1745
2018-08-16Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-12/+10
2018-08-16pNFS: Treat RECALLCONFLICT like DELAY...Trond Myklebust1-9/+0
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust3-2/+11
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2018-08-15Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-570/+752
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+44
2018-08-15signal: Don't send signals to tasks that don't existEric W. Biederman1-2/+4
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-40/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-40/+108
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+5
2018-08-15Merge tag 'pstore-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+30
2018-08-15NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust1-4/+10
2018-08-15NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust1-9/+7
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+12
2018-08-15ubifs: Set default assert action to read-onlyRichard Weinberger1-0/+1
2018-08-15ubifs: Allow setting assert action as mount parameterRichard Weinberger3-0/+37
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger3-4/+42
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger31-521/+550
2018-08-15ubifs: Turn two ubifs_assert() into a WARN_ON()Richard Weinberger1-2/+2
2018-08-15ubifs: Use kmalloc_array()Richard Weinberger1-1/+1
2018-08-15ubifs: Check data node size before truncateRichard Weinberger1-1/+10
2018-08-15Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger1-3/+2
2018-08-15ubifs: Add comment on c->commit_semRichard Weinberger1-0/+1
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner6-3/+29
2018-08-15ubifs: use swap macro in swap_dirty_idxGustavo A. R. Silva1-4/+1
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann4-5/+5
2018-08-15ubifs: use timespec64 for inode timestampsArnd Bergmann2-9/+8
2018-08-15ubifs: xattr: Don't operate on deleted inodesRichard Weinberger1-0/+24
2018-08-15ubifs: gc: Fix typoRichard Weinberger1-1/+1
2018-08-15ubifs: Fix memory leak in lprobs self-checkRichard Weinberger1-4/+4
2018-08-15ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger1-0/+5
2018-08-15ubifs: Fix directory size calculation for symlinksRichard Weinberger1-2/+3
2018-08-14Merge tag 'configfs-for-4.19' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-21/+16