summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2: add missing brelse() in ext2_iget()Chengguang Xu2019-06-191-0/+1
* ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu2019-06-121-1/+1
* ext2: fix a typo in commentChengguang Xu2019-06-121-2/+1
* ext2: add missing brelse() in ext2_new_inode()Chengguang Xu2019-05-301-0/+1
* ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-281-4/+8
* ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-281-7/+18
* ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-281-20/+16
* ext2: code cleanup for ext2_preread_inode()Chengguang Xu2019-05-281-3/+1
* ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu2019-05-201-9/+8
* ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10
* ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19
* ext2: introduce helper for xattr entry validationChengguang Xu2019-05-201-11/+21
* ext2: introduce helper for xattr header validationChengguang Xu2019-05-201-11/+20
* quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu2019-05-201-3/+8
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-193-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-191-3/+8
|\ \
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-181-3/+8
* | | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-193-5/+4
|\ \ \
| * | | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-183-5/+4
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1912-62/+102
|\ \ \
| * | | ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-171-1/+1
| * | | ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-151-0/+5
| * | | unicode: update to Unicode 12.1.0 finalTheodore Ts'o2019-05-121-21/+7
| * | | unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
| * | | ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-123-3/+3
| * | | ext4: unsigned int compared against zeroColin Ian King2019-05-101-1/+2
| * | | ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-101-1/+4
| * | | ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
| * | | jbd2: fix potential double freeChengguang Xu2019-05-103-33/+56
| * | | ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* | | | Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-198-51/+173
|\ \ \ \ | |_|/ / |/| | |
| * | | cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-153-0/+99
| * | | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-151-5/+0
| * | | cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-151-2/+19
| * | | cifs: Don't match port on SMBDirect transportLong Li2019-05-151-0/+4
| * | | cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
| * | | cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
| * | | cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-121-1/+1
| * | | smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
| * | | cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
| * | | smb3: display session id in debug dataSteve French2019-05-091-0/+2
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-1/+1
|\ \ \ \
| * | | | uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner2019-05-161-1/+1
* | | | | Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-161-57/+31
|\ \ \ \ \
| * | | | | io_uring: use wait_event_interruptible for cq_wait conditional waitJackie Liu2019-05-161-15/+2
| * | | | | io_uring: adjust smp_rmb inside io_cqring_eventsJackie Liu2019-05-161-4/+2
| * | | | | io_uring: fix infinite wait in khread_park() on io_finish_async()Roman Penyaev2019-05-161-7/+8