Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
35a8a72f064105807b091a21e004893b219c9ed2
/
fs
35a8a72
xfs: stop passing opaque handles to xfs_log.c routines
by Christoph Hellwig
· 15 years ago
c467c04
xfs: split xfs_bmap_btalloc
by Christoph Hellwig
· 15 years ago
f7008d0
xfs: fix xfs_fsblock_t tracing
by Christoph Hellwig
· 15 years ago
024910c
xfs: fix inode pincount check in fsync
by Christoph Hellwig
· 15 years ago
77d7a0c
xfs: Non-blocking inode locking in IO completion
by Dave Chinner
· 15 years ago
66d834e
xfs: implement optimized fdatasync
by Christoph Hellwig
· 15 years ago
fd3200b
xfs: remove wrapper for the fsync file operation
by Christoph Hellwig
· 15 years ago
00258e3
xfs: remove wrappers for read/write file operations
by Christoph Hellwig
· 15 years ago
dda35b8
xfs: merge xfs_lrw.c into xfs_file.c
by Christoph Hellwig
· 15 years ago
b262e5d
xfs: fix dquota trace format
by Christoph Hellwig
· 15 years ago
a9cc799
xfs: increase readdir buffer size
by Eric Sandeen
· 15 years ago
398007f
Merge branch 'linux-2.6.33'
by Alex Elder
· 15 years ago
a17e187
fs/exec.c: fix initial stack reservation
by Michael Neuling
· 15 years ago
8f9941a
CacheFiles: Fix a race in cachefiles_delete_object() vs rename
by David Howells
· 15 years ago
aeaa5cc
vfs: don't call ima_file_check() unconditionally in nfsd_open()
by Chuck Ebbert
· 15 years ago
7fee486
Switch proc/self to nd_set_link()
by Al Viro
· 15 years ago
ac278a9
fix LOOKUP_FOLLOW on automount "symlinks"
by Al Viro
· 15 years ago
7c0ff87
sysfs: sysfs_sd_setattr set iattrs unconditionally
by Eric W. Biederman
· 15 years ago
0813e22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
65d2695
NFS: Too many GETATTR and ACCESS calls after direct I/O
by Chuck Lever
· 15 years ago
0aa2ca9a
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 15 years ago
175359f
reiserfs: Fix softlockup while waiting on an inode
by Frederic Weisbecker
· 15 years ago
d67b1b0
fs/xfs: Correct NULL test
by Julia Lawall
· 15 years ago
3f6fae9
Btrfs: btrfs_mark_extent_written uses the wrong slot
by Shaohua Li
· 15 years ago
180040b
xfs: optimize log flushing in xfs_fsync
by Christoph Hellwig
· 15 years ago
8718551
xfs: only clear the suid bit once in xfs_write
by Christoph Hellwig
· 15 years ago
07ccb7b
GFS2: Fix bmap allocation corner-case bug
by Steven Whitehouse
· 15 years ago
0e5a9fb
GFS2: Fix error code
by Abhijith Das
· 15 years ago
efa82bab
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
fd48d6c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 15 years ago
803bf5e
fs/exec.c: restrict initial stack space expansion to rlimit
by Michael Neuling
· 15 years ago
4cfbafd
compat_ioctl: add compat handler for TIOCGSID ioctl
by Andreas Schwab
· 15 years ago
f79f118
compat_ioctl: ignore RAID_VERSION ioctl
by Arnd Bergmann
· 15 years ago
5551638
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
fdcb457
NFS: Fix the mapping of the NFSERR_SERVERFAULT error
by Trond Myklebust
· 15 years ago
7549ad5
NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()
by Trond Myklebust
· 15 years ago
2c17400
NFS: Fix a bug in nfs_fscache_release_page()
by Trond Myklebust
· 15 years ago
3af9cf11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 15 years ago
deb0c98
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
a5f28ae
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
bf2d29c
9p: fix memory leak in v9fs_parse_options()
by Eric Van Hensbergen
· 15 years ago
d8c8a9e
9p: fix option parsing
by Eric Van Hensbergen
· 15 years ago
7a4439c
9p: Include fsync support for 9p client
by M. Mohan Kumar
· 15 years ago
6efd806
ocfs2/cluster: Make o2net connect messages KERN_NOTICE
by Sunil Mushran
· 15 years ago
86a06ab
ocfs2/dlm: Fix printing of lockname
by Sunil Mushran
· 15 years ago
260c64d
Revert "nfsd4: fix error return when pseudoroot missing"
by J. Bruce Fields
· 15 years ago
84eb8fb
[SCSI] compat_ioct: fix bsg SG_IO
by FUJITA Tomonori
· 15 years ago
05507fa
cifs: fix dentry hash calculation for case-insensitive mounts
by Jeff Layton
· 15 years ago
ccd4bb1
[CIFS] Don't cache timestamps on utimes due to coarse granularity
by Steve French
· 15 years ago
6339204
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
80e1e82
Fix race in tty_fasync() properly
by Linus Torvalds
· 15 years ago
89068c5
Take ima_file_free() to proper place.
by Al Viro
· 15 years ago
9bbb6ca
ima: rename ima_path_check to ima_file_check
by Mimi Zohar
· 15 years ago
8eb988c
fix ima breakage
by Mimi Zohar
· 15 years ago
1e41568
Take ima_path_check() in nfsd past dentry_open() in nfsd_open()
by Al Viro
· 15 years ago
4b06e5b
freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
by Jun'ichi Nomura
· 15 years ago
8dd5ca5
befs: fix leak
by Al Viro
· 15 years ago
301a6a3
[CIFS] Maximum username length check in session setup does not match
by Steve French
· 15 years ago
f12f98d
cifs: fix length calculation for converted unicode readdir names
by Jeff Layton
· 15 years ago
bd6b0bf
ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()
by Roel Kluin
· 15 years ago
adbfbcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
a9861b5
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
a3a71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 15 years ago
23b5c50
Btrfs: apply updated fallocate i_size fix
by Aneesh Kumar K.V
· 15 years ago
efd049f
Btrfs: do not try and lookup the file extent when finishing ordered io
by Josef Bacik
· 15 years ago
7a7965f
Btrfs: Fix oopsen when dropping empty tree.
by Yan, Zheng
· 15 years ago
d7ce584
Btrfs: remove BUG_ON() due to mounting bad filesystem
by Miao Xie
· 15 years ago
014e4ac
Btrfs: make error return negative in btrfs_sync_file()
by Roel Kluin
· 15 years ago
f044ba7
Btrfs: fix race between allocate and release extent buffer.
by Yan, Zheng
· 15 years ago
cda70ba
ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node
by Sunil Mushran
· 15 years ago
079b805
ocfs2: Plugs race between the dc thread and an unlock ast message
by Sunil Mushran
· 15 years ago
5322892
xfs: kill xfs_bawrite
by Dave Chinner
· 15 years ago
07fec73
xfs: log changed inodes instead of writing them synchronously
by Christoph Hellwig
· 15 years ago
c1c0cbb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
9b4b351
NFS: Don't clobber the attribute type in nfs_update_inode()
by Trond Myklebust
· 15 years ago
387c149
NFS: Fix a umount race
by Trond Myklebust
· 15 years ago
9f557cd
NFS: Fix an Oops when truncating a file
by Trond Myklebust
· 15 years ago
8f05228
GFS2: Extend umount wait coverage to full glock lifetime
by Steven Whitehouse
· 15 years ago
e402746
GFS2: Wait for unlock completion on umount
by Steven Whitehouse
· 15 years ago
db0f6ce
ocfs2: Remove overzealous BUG_ON during blocked lock processing
by Sunil Mushran
· 15 years ago
0d74125
ocfs2: Do not downconvert if the lock level is already compatible
by Sunil Mushran
· 15 years ago
a191282
ocfs2: Prevent a livelock in dlmglue
by Sunil Mushran
· 15 years ago
0b94a90
ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast
by Wengang Wang
· 15 years ago
34e6c59
ocfs2: Use compat_ptr in reflink_arguments.
by Tao Ma
· 15 years ago
cd34edd
ocfs2/dlm: Handle EAGAIN for compatibility - v2
by Sunil Mushran
· 15 years ago
60c4867
ocfs2: Add parenthesis to wrap the check for O_DIRECT.
by Tao Ma
· 15 years ago
0a1ea43
ocfs2: Only bug out when page size is larger than cluster size.
by Tao Ma
· 15 years ago
d622b89
ocfs2: Fix memory overflow in cow_by_page.
by Tao Ma
· 15 years ago
931e80e
mm: flush dcache before writing into page to avoid alias
by anfei zhou
· 15 years ago
1a45dcf
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
4dab75e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 15 years ago
7ab02af
Fix 'flush_old_exec()/setup_new_exec()' split
by Linus Torvalds
· 15 years ago
e8b217e
xfs: remove invalid barrier optimization from xfs_fsync
by Christoph Hellwig
· 15 years ago
20026d9
xfs: kill the unused XFS_QMOPT_* flush flags V2
by Dave Chinner
· 15 years ago
13af757
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 15 years ago
ea8d62d
GFS2: Use GFP_NOFS for alloc structure
by Steven Whitehouse
· 15 years ago
7fe3ec6
GFS2: Fix previous patch
by Steven Whitehouse
· 15 years ago
55f0b4c
GFS2: Don't withdraw on partial rindex entries
by Benjamin Marzinski
· 15 years ago
3256a05
nilfs2: fix potential leak of dirty data on umount
by Ryusuke Konishi
· 15 years ago
9e9432c
block: fix bugs in bio-integrity mempool usage
by Chuck Ebbert
· 15 years ago
Next »