Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5a58ec8766e0ce98fd585eb404b3e56935afafe6
/
fs
5a58ec8
ext4: Add a missing trace hook
by Li Zefan
· 15 years ago
0617b83
ext4: restart ext4_ext_remove_space() after transaction restart
by Dmitry Monakhov
· 15 years ago
786ec79
ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
by Theodore Ts'o
· 15 years ago
f70f362
ext4: Avoid crashing on NULL ptr dereference on a filesystem error
by Theodore Ts'o
· 15 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 15 years ago
24676da
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
by Theodore Ts'o
· 15 years ago
2ed8868
ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks()
by Theodore Ts'o
· 15 years ago
e35fd66
ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
8e48dcf
ext4: Use our own write_cache_pages()
by Theodore Ts'o
· 15 years ago
39a4bad
ext4: Show journal_checksum option
by Jan Kara
· 15 years ago
291dae4
ext4: Fix for ext4_mb_collect_stats()
by Curt Wohlgemuth
· 15 years ago
8a57d9d
ext4: check for a good block group before loading buddy pages
by Curt Wohlgemuth
· 15 years ago
6d19c42
ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
by Nikanth Karthikesan
· 15 years ago
fbe845d
ext4: Remove extraneous newlines in ext4_msg() calls
by Curt Wohlgemuth
· 15 years ago
d4c402d
ext4: Print mount options in when mounting and add a remount message
by Curt Wohlgemuth
· 15 years ago
72b8ab9
ext4: don't use quota reservation for speculative metadata
by Eric Sandeen
· 15 years ago
0e05842
quota: add the option to not fail with EDQUOT in block
by Eric Sandeen
· 15 years ago
56246f9
quota: use flags interface for dquot alloc/free space
by Eric Sandeen
· 15 years ago
84061e0
ext4: init statistics after journal recovery
by Dmitry Monakhov
· 15 years ago
d17413c
ext4: clean up inode bitmaps manipulation in ext4_free_inode
by Dmitry Monakhov
· 15 years ago
21ca087
ext4: Do not zero out uninitialized extents beyond i_size
by Dmitry Monakhov
· 15 years ago
c35a56a
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
by Theodore Ts'o
· 15 years ago
c445e3e
ext4: don't scan/accumulate more pages than mballoc will allocate
by Eric Sandeen
· 15 years ago
a30eec2
ext4: stop issuing discards if not supported by device
by Eric Sandeen
· 15 years ago
6b0310f
ext4: don't return to userspace after freezing the fs with a mutex held
by Eric Sandeen
· 15 years ago
256a453
ext4: symlink must be handled via filesystem specific operation
by Dmitry Monakhov
· 15 years ago
42007ef
ext4: check s_log_groups_per_flex in online resize code
by Eric Sandeen
· 15 years ago
35121c9
ext4: fix quota accounting in case of fallocate
by Dmitry Monakhov
· 15 years ago
b684b2e
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
by Christian Borntraeger
· 15 years ago
e39e07f
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
by Jing Zhang
· 15 years ago
62e823a
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
by Jing Zhang
· 15 years ago
b720303
ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
by Jing Zhang
· 15 years ago
c26d0ba
ext4: Fix coding style in fs/ext4/move_extent.c
by Steven Liu
· 15 years ago
0671e70
ext4: check missed return value in ext4_sync_file()
by Dmitry Monakhov
· 15 years ago
9167746
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
7572e56
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
d577632
ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().
by Joel Becker
· 15 years ago
d93ac51
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 15 years ago
b0930f8
ceph: remove bad auth_x kmem_cache
by Sage Weil
· 15 years ago
7ff899d
ceph: fix lockless caps check
by Sage Weil
· 15 years ago
ea1409f
ceph: clear dir complete, invalidate dentry on replayed rename
by Sage Weil
· 15 years ago
5c6a2cd
ceph: fix direct io truncate offset
by Sage Weil
· 15 years ago
ae18756
ceph: discard incoming messages with bad seq #
by Sage Weil
· 15 years ago
684be25
ceph: fix seq counting for skipped messages
by Sage Weil
· 15 years ago
d45d0d9
ceph: add missing #includes
by Sage Weil
· 15 years ago
0b0c06d
ceph: fix leaked spinlock during mds reconnect
by Sage Weil
· 15 years ago
c8f1658
ceph: print more useful version info on module load
by Sage Weil
· 15 years ago
91dee39
ceph: fix snap realm splits
by Sage Weil
· 15 years ago
c10f5e1
ceph: clear dir complete on d_move
by Sage Weil
· 15 years ago
973bec3
nilfs2: fix sync silent failure
by Ryusuke Konishi
· 15 years ago
17d2c0a
NFS: Fix RCU issues in the NFSv4 delegation code
by David Howells
· 15 years ago
8f649c3
NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
by Trond Myklebust
· 15 years ago
6b933c8
ocfs2: Avoid direct write if we fall back to buffered I/O
by Li Dongyang
· 15 years ago
f9221fd
Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes
by Joel Becker
· 15 years ago
12b1b32
Inotify: Fix build failure in inotify user support
by Ralf Baechle
· 15 years ago
e97e712
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
fed0a9c
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
9bf729c
xfs: add a shrinker to background inode reclaim
by Dave Chinner
· 15 years ago
3c2023d
exofs: Fix "add bdi backing to mount session" fall out
by Boaz Harrosh
· 15 years ago
5477d0f
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
by Jens Axboe
· 15 years ago
27fb8d7
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
f80a0ca
pktcdvd: improve BKL and compat_ioctl.c usage
by Arnd Bergmann
· 15 years ago
a36fed1
exofs: Fix "add bdi backing to mount session" fall out
by Boaz Harrosh
· 15 years ago
d9e80b7
nfs d_revalidate() is too trigger-happy with d_drop()
by Al Viro
· 15 years ago
9699eda
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
by Xiaotian Feng
· 15 years ago
acf82b8
nfs: fix some issues in nfs41_proc_reclaim_complete()
by Dan Carpenter
· 15 years ago
970b064
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
11e39d9
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
3835541
procfs: fix tid fdinfo
by Jerome Marchand
· 15 years ago
ba8b06e
NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear
by Trond Myklebust
· 15 years ago
16a5b3c
Remove redundant check for CONFIG_MMU
by Christoph Egger
· 15 years ago
bc113f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 15 years ago
2bc3c11
nfsd4: bug in read_buf
by Neil Brown
· 15 years ago
dd77ef9
xfs: more swap extent fixes for dynamic fork offsets
by Dave Chinner
· 15 years ago
e6d086d
btrfs: convert to using bdi_setup_and_register()
by Jens Axboe
· 15 years ago
202f2bb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
5129a46
Catch filesystems lacking s_bdi
by Jörn Engel
· 15 years ago
e0d1f70
squashfs: fix potential buffer over-run on 4K block file systems
by Phillip Lougher
· 15 years ago
370ec3d
squashfs: add missing buffer free
by Phillip Lougher
· 15 years ago
1cb08e9
squashfs: fix warn_on when root inode is corrupted
by Phillip Lougher
· 15 years ago
b8af67e
fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block devices
by Anton Blanchard
· 15 years ago
fb2162d
reiserfs: fix corruption during shrinking of xattrs
by Jeff Mahoney
· 15 years ago
cac36f7
reiserfs: fix permissions on .reiserfs_priv
by Jeff Mahoney
· 15 years ago
a36d515
ocfs2_dlmfs: Fix math error when reading LVB.
by Joel Becker
· 15 years ago
c21a534
ocfs2: Update VFS inode's id info after reflink.
by Tao Ma
· 15 years ago
0350cb0
ocfs2: potential ERR_PTR dereference on error paths
by Dan Carpenter
· 15 years ago
a9743fc
ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()
by Mark Fasheh
· 15 years ago
062d340
ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path
by Li Dongyang
· 15 years ago
ab41fdc
ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path
by Li Dongyang
· 15 years ago
d4cd187
ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
by Li Dongyang
· 15 years ago
3a3076f
Cleanup generic block based fiemap
by Josef Bacik
· 15 years ago
792590c
squashfs: fix locking bug in zlib wrapper
by Phillip Lougher
· 15 years ago
71d0a61
NFS: Fix an unstable write data integrity race
by Trond Myklebust
· 15 years ago
cdd29ec
nfs: testing for null instead of ERR_PTR()
by Dan Carpenter
· 15 years ago
356e76b
NFS: rsize and wsize settings ignored on v4 mounts
by Chuck Lever
· 15 years ago
1f063d2
NFSv4: Don't attempt an atomic open if the file is a mountpoint
by Trond Myklebust
· 15 years ago
424264b
smbfs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
f1970c7
ncpfs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
b3d0ab7
exofs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
9df9c8b
ecryptfs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
Next »