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
2007-08-11
eCryptfs: fix lookup error for special files
Ryusuke Konishi
1
-0
/
+4
2007-08-11
direct-io: fix error-path crashes
Badari Pulavarty
1
-0
/
+1
2007-08-09
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
6
-42
/
+35
2007-08-07
NFS: Replace flush_scheduled_work with cancel_work_sync() and friends
Trond Myklebust
2
-7
/
+4
2007-08-07
NFSv4: Don't call put_rpccred() from an rcu callback
Trond Myklebust
1
-6
/
+15
2007-08-07
NFS: Fix NFSv4 open stateid regressions
Trond Myklebust
1
-9
/
+7
2007-08-07
NFSv4: Fix a locking regression in nfs4_set_mode_locked()
Trond Myklebust
1
-4
/
+1
2007-08-07
NFS: Fix put_nfs_open_context
Trond Myklebust
1
-16
/
+8
2007-08-06
[PATCH] remove duplicated ioctl entries in compat_ioctl.c
Masakazu Mokuno
1
-3
/
+0
2007-08-02
[JFFS2] Print correct node offset when complaining about broken data CRC
David Woodhouse
1
-1
/
+1
2007-08-02
[JFFS2] Fix suspend failure with JFFS2 GC thread.
David Woodhouse
1
-4
/
+4
2007-08-02
[JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE.
David Woodhouse
4
-3
/
+10
2007-08-02
[JFFS2] Prevent oops after 'node added in wrong place' debug check
Joakim Tjernlund
1
-0
/
+12
2007-07-31
UDF: fix UID and GID mount option ignorance
Cyrill Gorcunov
3
-4
/
+10
2007-07-31
rename setlease to generic_setlease
Christoph Hellwig
2
-5
/
+5
2007-07-31
VFS: fix a race in lease-breaking during truncate
david m. richter
1
-7
/
+9
2007-07-31
NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY
Robert P. J. Day
1
-3
/
+0
2007-07-31
isofs: mounting to regular file may succeed
Kirill Kuvaldin
1
-0
/
+9
2007-07-31
Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
Alexey Dobriyan
1
-1
/
+1
2007-07-31
AFS: fix file locking
David Howells
1
-47
/
+79
2007-07-31
knfsd: eliminate unnecessary -ENOENT returns on export downcalls
J. Bruce Fields
1
-2
/
+3
2007-07-31
nfsd4: idmap upcalls should use unsigned uid and gid
J. Bruce Fields
1
-3
/
+3
2007-07-31
knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE
Jeff Layton
2
-2
/
+13
2007-07-31
"ext4_ext_put_in_cache" uses __u32 to receive physical block number
Mingming Cao
1
-1
/
+1
2007-07-31
NOMMU: Fix SYSV IPC SHM
David Howells
1
-1
/
+6
2007-07-30
[SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.c
David S. Miller
1
-0
/
+20
2007-07-30
[PARTITION]: Sun/Solaris VTOC table corrections
Mark Fortescue
2
-17
/
+46
2007-07-30
[PARTITION] MSDOS: Fix Sun num_partitions handling.
Mark Fortescue
1
-1
/
+4
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-07-28
Fix procfs compat_ioctl regression
David Miller
1
-2
/
+22
2007-07-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-3
/
+3
2007-07-27
[IA64] Fix build failure in fs/quota.c
Tony Luck
1
-1
/
+1
2007-07-27
docbook: add pipes, other fixes
Randy Dunlap
2
-3
/
+3
2007-07-26
fix inode_table test in ext234_check_descriptors
Eric Sandeen
3
-3
/
+3
2007-07-26
make timerfd return a u64 and fix the __put_user
Davide Libenzi
1
-3
/
+3
2007-07-26
tiny signalfd cleanup
Ulrich Drepper
1
-1
/
+1
2007-07-26
more reiserfs endianness annotations
Al Viro
1
-2
/
+3
2007-07-26
xfs ioctl __user annotations
Al Viro
1
-2
/
+2
2007-07-26
lockd and nfsd endianness annotation fixes
Al Viro
2
-4
/
+4
2007-07-24
ocfs2: bad kunmap_atomic()
Jens Axboe
1
-1
/
+1
2007-07-24
Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-15
/
+15
2007-07-24
fallocate syscall interface deficiency
Ulrich Drepper
1
-1
/
+1
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-15
/
+15
2007-07-22
fix broken handling of port=... in NFS option parsing
Al Viro
1
-1
/
+1
2007-07-21
x86_64: Avoid too many remote cpu references due to /proc/stat
Ravikiran G Thirumalai
1
-1
/
+2
2007-07-21
revert "PIE randomization"
Andrew Morton
1
-86
/
+23
2007-07-21
knfsd: fix typo in export display, print uid and gid as unsigned
J. Bruce Fields
1
-2
/
+2
2007-07-21
coda: remove CODA_STORE/CODA_RELEASE upcalls
Jan Harkes
3
-108
/
+7
2007-07-21
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
23
-2702
/
+1910
2007-07-20
splice: fix bad unlock_page() in error case
Jens Axboe
1
-2
/
+3
[next]