index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-04
ext3: Update outdated comment before ext3_ordered_writepage()
Jan Kara
1
-43
/
+4
2014-03-04
ext3: Update PF_MEMALLOC handling in ext3_write_inode()
Jan Kara
1
-12
/
+11
2014-03-04
ext2/3: use prandom_u32() instead of get_random_bytes()
ZhangZhen
2
-2
/
+2
2014-03-03
ext3: remove an unneeded check in ext3_new_blocks()
Dan Carpenter
1
-4
/
+1
2014-03-03
ext3: remove unneeded check in ext3_ordered_writepage()
Dan Carpenter
1
-5
/
+2
2014-03-03
fs: Mark function as static in ext3/xattr_security.c
Rashika Kheria
1
-2
/
+3
2014-03-03
fs: Mark function as static in ext3/dir.c
Rashika Kheria
1
-1
/
+1
2014-03-03
fs: Mark function as static in ext2/xattr_security.c
Rashika Kheria
1
-2
/
+2
2014-03-03
ext3: Add __init macro to init_inodecache
Fabian Frederick
1
-1
/
+1
2014-03-03
ext2: Add __init macro to init_inodecache
Fabian Frederick
1
-1
/
+1
2014-03-03
udf: Add __init macro to init_inodecache
Fabian Frederick
1
-1
/
+1
2014-03-03
fs: udf: parse_options: blocksize check
Fabian Frederick
1
-1
/
+5
2014-03-02
Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+10
2014-02-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
15
-51
/
+100
2014-02-25
sysfs: fix namespace refcnt leak
Li Zefan
2
-3
/
+10
2014-02-25
fsnotify: Allocate overflow events with proper type
Jan Kara
4
-3
/
+34
2014-02-25
fanotify: Handle overflow in case of permission events
Jan Kara
2
-6
/
+14
2014-02-25
fsnotify: Fix detection whether overflow event is queued
Jan Kara
1
-1
/
+5
2014-02-22
Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
4
-26
/
+43
2014-02-22
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
3
-32
/
+18
2014-02-20
quota: Fix race between dqput() and dquot_scan_active()
Jan Kara
1
-3
/
+11
2014-02-20
udf: Fix data corruption on file type conversion
Jan Kara
2
-2
/
+13
2014-02-20
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2014-02-19
Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-15
/
+35
2014-02-19
NFS fix error return in nfs4_select_rw_stateid
Andy Adamson
1
-1
/
+4
2014-02-19
xfs: limit superblock corruption errors to actual corruption
Eric Sandeen
1
-3
/
+2
2014-02-19
xfs: skip verification on initial "guess" superblock read
Eric Sandeen
2
-10
/
+17
2014-02-19
xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sb
Eric Sandeen
1
-1
/
+1
2014-02-18
Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-0
/
+2
2014-02-18
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-23
/
+43
2014-02-18
inotify: Fix reporting of cookies for inotify events
Jan Kara
6
-6
/
+7
2014-02-17
jbd2: fix use after free in jbd2_journal_start_reserved()
Dan Carpenter
1
-2
/
+4
2014-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-35
/
+93
2014-02-17
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-28
/
+78
2014-02-17
FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree
David Howells
2
-0
/
+8
2014-02-17
reiserfs: fix utterly brain-damaged indentation.
Dave Jones
1
-700
/
+195
2014-02-17
ceph: fix __dcache_readdir()
Yan, Zheng
1
-1
/
+9
2014-02-17
ceph: add acl, noacl options for cephfs mount
Sage Weil
1
-4
/
+28
2014-02-17
ceph: make ceph_forget_all_cached_acls() static inline
Guangliang Zhao
2
-6
/
+6
2014-02-17
ceph: add missing init_acl() for mkdir() and atomic_open()
Yan, Zheng
2
-5
/
+9
2014-02-17
ceph: fix ceph_set_acl()
Yan, Zheng
1
-5
/
+1
2014-02-17
ceph: fix ceph_removexattr()
Yan, Zheng
1
-1
/
+1
2014-02-17
ceph: remove xattr when null value is given to setxattr()
Yan, Zheng
1
-2
/
+14
2014-02-17
ceph: properly handle XATTR_CREATE and XATTR_REPLACE
Yan, Zheng
1
-12
/
+26
2014-02-17
NFSv4: Use the correct net namespace in nfs4_update_server
Trond Myklebust
3
-10
/
+12
2014-02-16
ext4: don't leave i_crtime.tv_sec uninitialized
Theodore Ts'o
1
-0
/
+2
2014-02-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
6
-22
/
+28
2014-02-15
ext4: fix online resize with a non-standard blocks per group setting
Theodore Ts'o
1
-1
/
+1
2014-02-15
ext4: fix online resize with very large inode tables
Theodore Ts'o
1
-12
/
+20
2014-02-15
Btrfs: use right clone root offset for compressed extents
Filipe David Borba Manana
1
-0
/
+10
[next]