| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | ceph: show ino32 if the value is different with default | Chengguang Xu | 2018-06-04 | 1 | -0/+2 |
| * | | | | | | | | | ceph: strengthen rsize/wsize/readdir_max_bytes validation | Chengguang Xu | 2018-06-04 | 1 | -3/+3 |
| * | | | | | | | | | ceph: fix alignment of rasize | Chengguang Xu | 2018-06-04 | 1 | -1/+1 |
| * | | | | | | | | | ceph: fix use-after-free in ceph_statfs() | Luis Henriques | 2018-06-04 | 1 | -4/+7 |
| * | | | | | | | | | ceph: prevent i_version from going back | Yan, Zheng | 2018-06-04 | 1 | -1/+2 |
| * | | | | | | | | | ceph: fix wrong check for the case of updating link count | Yan, Zheng | 2018-06-04 | 1 | -2/+2 |
| * | | | | | | | | | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 3 | -2/+2 |
| * | | | | | | | | | ceph: flush pending works before shutdown super | Yan, Zheng | 2018-06-04 | 1 | -0/+9 |
| * | | | | | | | | | ceph: abort osd requests on force umount | Yan, Zheng | 2018-06-04 | 1 | -0/+1 |
| * | | | | | | | | | ceph: fix st_nlink stat for directories | Luis Henriques | 2018-06-04 | 1 | -0/+8 |
| * | | | | | | | | | ceph: support file lock on directory | Yan, Zheng | 2018-06-04 | 1 | -0/+2 |
| * | | | | | | | | | ceph: show wsize only if non-default | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
| * | | | | | | | | | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng | 2018-06-04 | 1 | -5/+34 |
| * | | | | | | | | | ceph: define argument structure for handle_cap_grant | Yan, Zheng | 2018-06-04 | 1 | -54/+61 |
| * | | | | | | | | | ceph: update i_files/i_subdirs only when Fs cap is issued | Yan, Zheng | 2018-06-04 | 1 | -17/+18 |
| * | | | | | | | | | ceph: always get rstat from auth mds | Yan, Zheng | 2018-06-04 | 3 | -18/+35 |
| * | | | | | | | | | ceph: use bit flags to define vxattr attributes | Yan, Zheng | 2018-06-04 | 1 | -18/+16 |
* | | | | | | | | | | Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-15 | 5 | -19/+19 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | btrfs: scrub: Don't use inode pages for device replace | Qu Wenruo | 2018-06-11 | 1 | -1/+1 |
| * | | | | | | | | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_t | Souptick Joarder | 2018-06-07 | 2 | -15/+13 |
| * | | | | | | | | | Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero | Robbie Ko | 2018-06-07 | 1 | -3/+1 |
| * | | | | | | | | | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user | Misono Tomohiro | 2018-06-05 | 1 | -0/+4 |
* | | | | | | | | | | Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" | Linus Torvalds | 2018-06-12 | 1 | -3/+1 |
* | | | | | | | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-12 | 75 | -158/+225 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | treewide: Use array_size in f2fs_kvzalloc() | Kees Cook | 2018-06-12 | 3 | -8/+16 |
| * | | | | | | | | | | treewide: Use array_size() in f2fs_kzalloc() | Kees Cook | 2018-06-12 | 4 | -8/+16 |
| * | | | | | | | | | | treewide: Use array_size() in f2fs_kmalloc() | Kees Cook | 2018-06-12 | 1 | -3/+5 |
| * | | | | | | | | | | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-12 | 3 | -3/+6 |
| * | | | | | | | | | | treewide: Use array_size() in vmalloc() | Kees Cook | 2018-06-12 | 5 | -8/+11 |
| * | | | | | | | | | | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook | 2018-06-12 | 1 | -3/+3 |
| * | | | | | | | | | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 13 | -23/+28 |
| * | | | | | | | | | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 48 | -99/+134 |
| * | | | | | | | | | | UBIFS: Fix potential integer overflow in allocation | Silvio Cesare | 2018-06-12 | 1 | -2/+3 |
| * | | | | | | | | | | Convert jffs2 acl to struct_size | Matthew Wilcox | 2018-06-12 | 2 | -1/+3 |
* | | | | | | | | | | | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-06-12 | 207 | -3195/+939 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | xfs: update incore per-AG inode count | Darrick J. Wong | 2018-06-11 | 1 | -0/+2 |
| * | | | | | | | | | | | xfs: replace do_mod with native operations | Dave Chinner | 2018-06-08 | 7 | -50/+66 |
| * | | | | | | | | | | | xfs: don't call xfs_da_shrink_inode with NULL bp | Eric Sandeen | 2018-06-08 | 1 | -3/+2 |
| * | | | | | | | | | | | xfs: clean up MIN/MAX | Dave Chinner | 2018-06-08 | 15 | -34/+32 |
| * | | | | | | | | | | | xfs: move various type verifiers to common file | Dave Chinner | 2018-06-08 | 9 | -163/+194 |
| * | | | | | | | | | | | xfs: xfs_reflink_convert_cow() memory allocation deadlock | Dave Chinner | 2018-06-08 | 3 | -1/+12 |
| * | | | | | | | | | | | xfs: setup VFS i_rwsem lockdep state correctly | Dave Chinner | 2018-06-08 | 1 | -0/+8 |
| * | | | | | | | | | | | xfs: fix string handling in label get/set functions | Arnd Bergmann | 2018-06-06 | 1 | -5/+5 |
| * | | | | | | | | | | | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 205 | -2760/+205 |
| * | | | | | | | | | | | xfs: validate btree records on retrieval | Dave Chinner | 2018-06-06 | 4 | -9/+132 |
| * | | | | | | | | | | | xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode() | Dave Chinner | 2018-06-06 | 2 | -8/+12 |
| * | | | | | | | | | | | xfs: verify root inode more thoroughly | Dave Chinner | 2018-06-06 | 1 | -2/+5 |
| * | | | | | | | | | | | xfs: verify COW extent size hint is valid in inode verifier | Dave Chinner | 2018-06-06 | 1 | -0/+6 |
| * | | | | | | | | | | | xfs: verify extent size hint is valid in inode verifier | Dave Chinner | 2018-06-06 | 1 | -1/+8 |
| * | | | | | | | | | | | xfs: catch bad stripe alignment configurations | Dave Chinner | 2018-06-06 | 1 | -0/+16 |