summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-241-1/+1
* xfs: change return value of xfs_inode_need_cow to intzhengbin2020-01-203-5/+5
* xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong2020-01-163-0/+24
* xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong2020-01-162-5/+15
* xfs: complain if anyone tries to create a too-large buffer log itemDarrick J. Wong2020-01-161-0/+12
* xfs: clean up xfs_buf_item_get_format return valueDarrick J. Wong2020-01-161-13/+3
* xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-162-81/+29
* xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2020-01-162-41/+46
* xfs: refactor remote attr value buffer invalidationDarrick J. Wong2020-01-162-20/+34
* xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig2020-01-161-1/+6
* xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino2020-01-151-1/+1
* xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong2020-01-141-27/+21
* xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong2020-01-141-12/+12
* xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2020-01-142-1/+9
* xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong2020-01-091-1/+0
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-096-20/+41
* xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig2020-01-094-6/+6
* xfs: also remove cached ACLs when removing the underlying attrChristoph Hellwig2020-01-091-3/+4
* xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-092-0/+10
* xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-093-2/+9
* xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen2020-01-071-2/+0
* xfs: quota: move to time64_t interfacesArnd Bergmann2020-01-064-12/+14
* xfs: rename compat_time_t to old_time32_tArnd Bergmann2020-01-062-2/+2
* Linux 5.5-rc4v5.5-rc4Linus Torvalds2019-12-301-1/+1
* Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-294-3/+6
|\
| * riscv: export flush_icache_all to modulesOlof Johansson2019-12-281-0/+1
| * riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-281-0/+1
| * riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-282-3/+4
* | Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-12-291-1/+1
|\ \
| * | locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
| |/
* | Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-293-10/+56
|\ \
| * | cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
| * | cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
| |/
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-286-11/+12
|\ \
| * | scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin2019-12-201-1/+3
| * | scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash2019-12-201-1/+2
| * | scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2019-12-202-6/+6
| * | scsi: lpfc: fix build failure with DEBUGFS disabledArnd Bergmann2019-12-171-2/+1
| * | scsi: mpt3sas: Fix double free in attach error handlingDan Carpenter2019-12-171-1/+0
* | | Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-2714-86/+139
|\ \ \
| * \ \ Merge tag 'drm-intel-fixes-2019-12-23' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-12-2714-86/+139
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-2311-31/+116
| | * | drm/i915/gt: Ratelimit display power w/aChris Wilson2019-12-231-1/+2
| | * | drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin2019-12-232-54/+21
| |/ /
* | | Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-2711-38/+70
|\ \ \
| * | | rseq/selftests: Clarify rseq_prepare_unload() helper requirementsMathieu Desnoyers2019-12-231-5/+7
| * | | rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers2019-12-231-8/+10
| * | | rseq/selftests: Turn off timeout settingMathieu Desnoyers2019-12-231-0/+1
| * | | kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park2019-12-231-0/+8
| * | | kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-233-10/+8