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
2011-05-06
btrfs: remove old unused commented out code
David Sterba
5
-2071
/
+1
2011-05-06
btrfs: remove all unused functions
David Sterba
19
-817
/
+1
2011-05-04
btrfs: remove unused function prototypes
David Sterba
7
-43
/
+0
2011-05-02
btrfs: Document a mutex lock/unlock sequence
David Sterba
1
-0
/
+12
2011-05-02
btrfs: drop unused parameter from btrfs_release_path
David Sterba
15
-160
/
+160
2011-05-02
btrfs: drop gfp parameter from alloc_extent_buffer
David Sterba
3
-9
/
+7
2011-05-02
btrfs: drop gfp parameter from find_extent_buffer
David Sterba
3
-6
/
+4
2011-05-02
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
8
-17
/
+16
2011-05-02
btrfs: drop unused parameter from extent_map_tree_init
David Sterba
5
-7
/
+5
2011-05-02
btrfs: drop unused argument from extent_io_tree_init
David Sterba
6
-12
/
+10
2011-05-02
btrfs: make functions static when possible
David Sterba
3
-7
/
+7
2011-05-02
btrfs: unify checking of IS_ERR and null
David Sterba
6
-17
/
+17
2011-05-02
btrfs: fix dereference before check
David Sterba
1
-2
/
+3
2011-05-02
btrfs: remove nested duplicate variable declarations
David Sterba
2
-4
/
+0
2011-05-02
btrfs: rename variables clashing with global function names
David Sterba
8
-53
/
+53
2011-04-28
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
8
-110
/
+142
2011-04-28
vfs: avoid large kmalloc()s for the fdtable
Andrew Morton
1
-7
/
+11
2011-04-27
nfs: don't lose MS_SYNCHRONOUS on remount of noac mount
Jeff Layton
1
-0
/
+9
2011-04-27
NFS: Return meaningful status from decode_secinfo()
Bryan Schumaker
1
-4
/
+7
2011-04-27
NFSv4: Ensure we request the ordinary fileid when doing readdirplus
Trond Myklebust
1
-17
/
+14
2011-04-26
Revert wrong fixes for common misspellings
Lucas De Marchi
2
-2
/
+2
2011-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
6
-15
/
+32
2011-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+10
2011-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+3
2011-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
7
-79
/
+128
2011-04-25
add hlist_bl_lock/unlock helpers
Christoph Hellwig
2
-20
/
+8
2011-04-25
eCryptfs: Flush dirty pages in setattr
Tyler Hicks
1
-0
/
+6
2011-04-25
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
4
-16
/
+28
2011-04-25
Btrfs: cleanup error handling in inode.c
Tsutomu Itoh
1
-6
/
+9
2011-04-25
Btrfs: put the right bio if we have an error
Josef Bacik
1
-1
/
+1
2011-04-25
Btrfs: free bitmaps properly when evicting the cache
Josef Bacik
1
-4
/
+7
2011-04-25
Btrfs: Free free_space item properly in btrfs_trim_block_group()
Li Zefan
1
-1
/
+1
2011-04-25
btrfs: add missing spin_unlock to a rare exit path
David Sterba
1
-0
/
+1
2011-04-25
Btrfs: check return value of kmalloc()
Tsutomu Itoh
2
-0
/
+7
2011-04-25
btrfs: fix wrong allocating flag when reading page
Itaru Kitayama
1
-1
/
+1
2011-04-25
Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()
Tsutomu Itoh
1
-2
/
+5
2011-04-25
eCryptfs: Add reference counting to lower files
Tyler Hicks
6
-59
/
+92
2011-04-25
eCryptfs: dput dentries returned from dget_parent
Tyler Hicks
1
-2
/
+2
2011-04-25
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
Tyler Hicks
1
-2
/
+0
2011-04-24
NFSv4: Ensure that clientid and session establishment can time out
Trond Myklebust
2
-6
/
+8
2011-04-24
NFSv4.1: Don't loop forever in nfs4_proc_create_session
Trond Myklebust
3
-53
/
+39
2011-04-24
Merge branch 'dcache-cleanup'
Linus Torvalds
1
-26
/
+16
2011-04-24
Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
2
-8
/
+47
2011-04-24
vfs: get rid of insane dentry hashing rules
Linus Torvalds
1
-26
/
+16
2011-04-23
vfs: get rid of 'struct dcache_hash_bucket' abstraction
Linus Torvalds
1
-24
/
+21
2011-04-21
CIFS: Fix memory over bound bug in cifs_parse_mount_options
Pavel Shilovsky
1
-2
/
+3
2011-04-21
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-1
/
+3
2011-04-21
vfs: Pass setxattr(2) flags properly
Jan Kara
1
-1
/
+1
2011-04-21
UBIFS: fix master node recovery
Artem Bityutskiy
1
-0
/
+26
2011-04-21
UBIFS: fix false assertion warning in case of I/O failures
Artem Bityutskiy
1
-4
/
+6
[next]