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
2012-07-30
c/r: fcntl: add F_GETOWNER_UIDS option
Cyrill Gorcunov
1
-0
/
+29
2012-07-30
fs: cachefiles: add support for large files in filesystem caching
Justin Lecher
1
-1
/
+1
2012-07-30
proc: do not allow negative offsets on /proc/<pid>/environ
Djalal Harouni
1
-3
/
+6
2012-07-30
proc: environ_read() make sure offset points to environment address range
Djalal Harouni
1
-6
/
+7
2012-07-30
coredump: fix wrong comments on core limits of pipe coredump case
Jovi Zhang
1
-7
/
+8
2012-07-30
fat: refactor shortname parsing
Steven J. Magnani
1
-118
/
+137
2012-07-30
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
4
-25
/
+24
2012-07-30
hfsplus: use -ENOMEM when kzalloc() fails
Namjae Jeon
1
-1
/
+1
2012-07-30
nilfs2: add omitted comments for different structures in driver implementation
Vyacheslav Dubeyko
11
-10
/
+81
2012-07-30
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
4
-2
/
+8
2012-07-30
nilfs2: fix timing issue between rmcp and chcp ioctls
Ryusuke Konishi
1
-3
/
+7
2012-07-30
nilfs2: remove references to long gone super operations
Fernando Luis Vazquez Cao
1
-3
/
+0
2012-07-30
nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure
Vyacheslav Dubeyko
1
-0
/
+1
2012-07-30
minixfs: fix block limit check
Vladimir Serbinenko
1
-1
/
+2
2012-07-30
ext4: use memweight()
Akinobu Mita
1
-8
/
+1
2012-07-30
ext3: use memweight()
Akinobu Mita
2
-12
/
+2
2012-07-30
ext2: use memweight()
Akinobu Mita
2
-12
/
+3
2012-07-30
ocfs2: use memweight()
Akinobu Mita
1
-6
/
+2
2012-07-30
affs: use memweight()
Akinobu Mita
1
-26
/
+2
2012-07-30
qnx4fs: use memweight()
Akinobu Mita
1
-19
/
+5
2012-07-30
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
Joe Perches
4
-8
/
+50
2012-07-30
coredump: warn about unsafe suid_dumpable / core_pattern combo
Kees Cook
1
-5
/
+5
2012-07-30
fs: make dumpable=2 require fully qualified path
Kees Cook
1
-3
/
+14
2012-07-30
fs/xattr.c:getxattr(): improve handling of allocation failures
Sasha Levin
1
-4
/
+12
2012-07-30
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
1
-17
/
+0
2012-07-27
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-196
/
+563
2012-07-27
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2
-3
/
+3
2012-07-26
Btrfs: using vmalloc and friends needs vmalloc.h
Stephen Rothwell
1
-0
/
+1
2012-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
35
-631
/
+8689
2012-07-26
Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
14
-668
/
+1600
2012-07-26
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
38
-1148
/
+8555
2012-07-26
posix_types.h: Cleanup stale __NFDBITS and related definitions
Josh Boyer
2
-6
/
+6
2012-07-26
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+12
2012-07-26
Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-222
/
+576
2012-07-25
Btrfs: uninit variable fixes in send/receive
Chris Mason
1
-2
/
+2
2012-07-25
Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus
Chris Mason
14
-40
/
+5483
2012-07-25
Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive
Alexander Block
5
-1
/
+4717
2012-07-25
Btrfs: add btrfs_compare_trees function
Alexander Block
2
-0
/
+440
2012-07-25
Btrfs: introduce subvol uuids and times
Alexander Block
8
-15
/
+292
2012-07-25
Btrfs: make iref_to_path non static
Alexander Block
2
-5
/
+9
2012-07-25
Btrfs: add a barrier before a waitqueue_active check
Chris Mason
1
-0
/
+1
2012-07-25
Btrfs: call the ordered free operation without any locks held
Chris Mason
1
-1
/
+8
2012-07-25
Btrfs: Check INCOMPAT flags on remount and add helper function
Mitch Harder
3
-14
/
+20
2012-07-25
Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
Chris Mason
15
-242
/
+2697
2012-07-25
cifs: ensure that we always do cifsFileInfo_get under the spinlock
Jeff Layton
2
-8
/
+15
2012-07-25
Btrfs: add helper for tree enumeration
Arne Jansen
2
-0
/
+77
2012-07-25
btrfs: allow cross-subvolume file clone
David Sterba
1
-3
/
+8
2012-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
21
-370
/
+1107
2012-07-24
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
12
-82
/
+88
2012-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+2
[next]