index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-12
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
3
-2
/
+73
2016-12-12
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2
-1
/
+3
2016-12-12
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
3
-5
/
+24
2016-12-12
fscrypto: move ioctl processing more fully into common code
Eric Biggers
5
-63
/
+32
2016-12-12
fscrypto: remove unneeded Kconfig dependencies
Eric Biggers
1
-2
/
+0
2016-12-11
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2
-6
/
+13
2016-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-15
/
+16
2016-12-10
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2016-12-10
ext4: reject inodes with negative size
Darrick J. Wong
1
-0
/
+6
2016-12-09
Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-10
/
+14
2016-12-08
ceph: don't set req->r_locked_dir in ceph_d_revalidate
Jeff Layton
1
-10
/
+14
2016-12-08
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
3
-11
/
+29
2016-12-08
f2fs: free meta pages if sanity check for ckpt is failed
Jaegeuk Kim
1
-1
/
+4
2016-12-08
f2fs: detect wrong layout
Jaegeuk Kim
2
-0
/
+13
2016-12-06
fuse: fix clearing suid, sgid for chown()
Miklos Szeredi
1
-5
/
+2
2016-12-05
f2fs: call sync_fs when f2fs is idle
Jaegeuk Kim
1
-1
/
+4
2016-12-05
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
3
-12
/
+7
2016-12-04
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
1
-1
/
+1
2016-12-04
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
1
-6
/
+15
2016-12-03
mbcache: document that "find" functions only return reusable entries
Eric Biggers
1
-8
/
+8
2016-12-03
mbcache: use consistent type for entry count
Eric Biggers
1
-8
/
+7
2016-12-03
mbcache: remove unnecessary module_get/module_put
Eric Biggers
1
-5
/
+0
2016-12-03
mbcache: don't BUG() if entry cache cannot be allocated
Eric Biggers
1
-1
/
+2
2016-12-03
mbcache: correctly handle 'e_referenced' bit
Eric Biggers
1
-1
/
+1
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-17
/
+33
2016-12-02
ext4: fix reading new encrypted symlinks on no-journal file systems
Theodore Ts'o
1
-1
/
+2
2016-12-01
ext4: validate s_first_meta_bg at mount time
Eryu Guan
1
-0
/
+9
2016-12-01
ext4: correctly detect when an xattr value has an invalid size
Eric Biggers
1
-6
/
+21
2016-12-01
ext4: don't read out of bounds when checking for in-inode xattrs
Eric Biggers
2
-4
/
+5
2016-12-01
ext4: forbid i_extra_isize not divisible by 4
Eric Biggers
1
-4
/
+7
2016-12-01
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2016-12-01
ext4: disable pwsalt ioctl when encryption disabled by config
Eric Biggers
1
-0
/
+6
2016-12-01
ext4: get rid of ext4_sb_has_crypto()
Eric Biggers
2
-6
/
+1
2016-12-01
ext4: fix inode checksum calculation problem if i_extra_size is small
Daeho Jeong
1
-3
/
+2
2016-12-01
ext4: warn when page is dirtied without buffers
Jan Kara
1
-0
/
+9
2016-12-01
block: protect iterate_bdevs() against concurrent close
Rabin Vincent
1
-1
/
+6
2016-11-30
isofs: add KERN_CONT to printing of ER records
Mike Rapoport
1
-2
/
+2
2016-11-30
f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage
Chao Yu
1
-0
/
+11
2016-11-30
f2fs: do not activate auto_recovery for fallocated i_size
Jaegeuk Kim
3
-20
/
+31
2016-11-29
kernfs: Declare two local data structures static
Bart Van Assche
1
-2
/
+2
2016-11-29
ext4: be more strict when verifying flags set via SETFLAGS ioctls
Jan Kara
2
-5
/
+24
2016-11-29
ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
Jan Kara
2
-1
/
+4
2016-11-29
ovl: fix d_real() for stacked fs
Miklos Szeredi
1
-3
/
+3
2016-11-29
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
Eryu Guan
1
-2
/
+2
2016-11-29
Call echo service immediately after socket reconnect
Sachin Prabhu
1
-7
/
+18
2016-11-29
CIFS: Fix BUG() in calc_seckey()
Sachin Prabhu
1
-3
/
+8
2016-11-29
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
2
-11
/
+23
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-14
/
+37
2016-11-27
fix default_file_splice_read()
Al Viro
1
-1
/
+2
2016-11-26
ext4: fix mmp use after free during unmount
Eric Sandeen
1
-1
/
+1
[prev]
[next]