aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-29debugfs: return error values, not NULLGreg Kroah-Hartman1-17/+22
2019-01-29ext2: Fix a typo in commentLiu Xiang1-1/+1
2019-01-28nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-01-28ext2: Remove redundant check for finding no groupLiu Xiang1-2/+0
2019-01-28ext2: Annotate implicit fall through in __ext2_truncate_blocksMathieu Malaterre1-0/+2
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik1-8/+0
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana1-28/+50
2019-01-27iomap: fix a use after free in iomap_dio_rwChristoph Hellwig1-7/+21
2019-01-27iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+9
2019-01-26Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-67/+136
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+41
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs1-3/+3
2019-01-25debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman1-0/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers2-4/+5
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg1-0/+1
2019-01-24smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg1-0/+7
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky1-0/+17
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky1-4/+11
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2-11/+6
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky1-10/+14
2019-01-24CIFS: Fix credits calculations for reads with errorsPavel Shilovsky1-12/+23
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2-7/+46
2019-01-24fs/devpts: always delete dcache dentry-s in dput()Varad Gautam1-0/+1
2019-01-25Merge tag 'fsnotify_for_v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+4
2019-01-24smb3: Cleanup license messThomas Gleixner2-20/+0
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky1-3/+3
2019-01-24cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King1-0/+8
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2-5/+4
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra22-84/+44
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra6-23/+18
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra10-32/+22
2019-01-23fscrypt: remove CRYPTO_CTR dependencyEric Biggers1-1/+0
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-63/+14
2019-01-22f2fs: fix to set sbi dirty correctlyChao Yu1-7/+6
2019-01-22f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu1-1/+1
2019-01-22f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong1-3/+9
2019-01-22f2fs: add brackets for macrosSheng Yong1-5/+5
2019-01-22f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2019-01-22f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu1-0/+4
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris33-170/+438
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-2/+38
2019-01-22direct-io: allow direct writes to empty inodesErnesto A. Fernández1-2/+3
2019-01-22f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-23/+6
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara1-0/+1
2019-01-22ext2: Remove redundant check on s_inode_sizeLiu Xiang1-2/+0
2019-01-22ext2: set proper return codeChengguang Xu1-0/+3
2019-01-22debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky1-2/+2
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu1-21/+14
2019-01-21ext2: use common file type conversionPhillip Potter2-45/+6
2019-01-21fs: common implementation of file typePhillip Potter2-1/+107