Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d44651d0f922b7aaeddd9fc04f2f5700a65983dd
/
fs
d44651d
ext4: fix ext4 so it works without CONFIG_PROC_FS
by Fabrice Jouhaud
· 13 years ago
6ee3b21
ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left()
by Tao Ma
· 13 years ago
7fd59c8
ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl
by Tao Ma
· 13 years ago
df3ab17
ext4: fix the comment describing ext4_ext_search_right()
by Tao Ma
· 13 years ago
4113c4c
ext4: remove deprecated oldalloc
by Lukas Czerner
· 13 years ago
dcf2d80
ext4: Free resources in some error path in ext4_fill_super
by Tao Ma
· 13 years ago
7aa0bae
ext4: Free resources in ext4_mb_init()'s error paths
by Tao Ma
· 13 years ago
5356f261
ext4: attempt to fix race in bigalloc code path
by Aditya Kali
· 13 years ago
d899024
ext4: add some tracepoints in ext4/extents.c
by Aditya Kali
· 13 years ago
df55c99
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
by Theodore Ts'o
· 13 years ago
e7d5f31
ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
by Theodore Ts'o
· 13 years ago
cff1dfd7
ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()
by Theodore Ts'o
· 13 years ago
5dee543
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
by Theodore Ts'o
· 13 years ago
021b65b
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
by Theodore Ts'o
· 13 years ago
6f16b60
ext4: enable mounting bigalloc as read/write
by Theodore Ts'o
· 13 years ago
7b415bf
ext4: Fix bigalloc quota accounting and i_blocks value
by Aditya Kali
· 13 years ago
27baebb
ext4: tune mballoc's default group prealloc size for bigalloc file systems
by Theodore Ts'o
· 13 years ago
f975d6b
ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
by Theodore Ts'o
· 13 years ago
24aaa8e
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
by Theodore Ts'o
· 13 years ago
5704265
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
by Theodore Ts'o
· 13 years ago
0aa0600
ext4: teach ext4_ext_truncate() about the bigalloc feature
by Theodore Ts'o
· 13 years ago
4d33b1e
ext4: teach ext4_ext_map_blocks() about the bigalloc feature
by Theodore Ts'o
· 13 years ago
8413019
ext4: teach ext4_free_blocks() about bigalloc and clusters
by Theodore Ts'o
· 13 years ago
53accfa
ext4: teach mballoc preallocation code about bigalloc clusters
by Theodore Ts'o
· 13 years ago
3212a80
ext4: convert block group-relative offsets to use clusters
by Theodore Ts'o
· 13 years ago
d5b8f31
ext4: bigalloc changes to block bitmap initialization functions
by Theodore Ts'o
· 13 years ago
fd034a8
ext4: split out ext4_free_blocks_after_init()
by Theodore Ts'o
· 13 years ago
49f7f9a
ext4: factor out block group accounting into functions
by Theodore Ts'o
· 13 years ago
7137d7a
ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP
by Theodore Ts'o
· 13 years ago
bab08ab
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
by Theodore Ts'o
· 13 years ago
281b599
ext4: read-only support for bigalloc file systems
by Theodore Ts'o
· 13 years ago
7c2e708
ext4: add ext4-specific kludge to avoid an oops after the disk disappears
by Theodore Ts'o
· 13 years ago
02fac12
ext4: fix partial page writes
by Allison Henderson
· 13 years ago
189e868
ext4: fix fsx truncate failure
by Allison Henderson
· 13 years ago
decbd91
ext4: only call ext4_jbd2_file_inode when an inode has been extended
by Theodore Ts'o
· 13 years ago
d2159fb
jbd2: use gfp_t instead of int
by Dan Carpenter
· 13 years ago
9ea7a0d
jbd2: add debugging information to jbd2_journal_dirty_metadata()
by Theodore Ts'o
· 13 years ago
5688978
ext4: improve handling of conflicting mount options
by Theodore Ts'o
· 13 years ago
2be4751
ext4: fix 2nd xfstests 127 punch hole failure
by Allison Henderson
· 13 years ago
ba06208
ext4: fix xfstests 75, 112, 127 punch hole failure
by Allison Henderson
· 13 years ago
4e96b2d
ext4: Add new ext4_discard_partial_page_buffers routines
by Allison Henderson
· 13 years ago
5930ea6
ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry
by Theodore Ts'o
· 13 years ago
f9287c1
ext4: ext4_mkdir should dirty dir_block with newly created directory inode
by Darrick J. Wong
· 13 years ago
bcaa992
ext4: ext4_rename should dirty dir_bh with the correct directory
by Darrick J. Wong
· 13 years ago
84ebd79
ext4: fake direct I/O mode for data=journal
by Theodore Ts'o
· 13 years ago
1cd9f09
ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes
by Theodore Ts'o
· 13 years ago
8c0bec2
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
by Jiaying Zhang
· 13 years ago
6719db6
Btrfs: fix 64 bit divide problem
by Josef Bacik
· 13 years ago
c063d8a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
dccaf33
ext4: flush any pending end_io requests before DIO reads w/dioread_nolock
by Jiaying Zhang
· 13 years ago
35a21b4
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
5c80c71
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 13 years ago
01fa4ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
f6a975c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 13 years ago
04c05b4
update cifs version to 1.75
by Steve French
· 13 years ago
13589c4
[CIFS] possible memory corruption on mount
by Steve French
· 13 years ago
81d86e1
Merge branch 'btrfs-3.0' into for-linus
by Chris Mason
· 13 years ago
f1e490a
Btrfs: set i_size properly when fallocating and we already
by Josef Bacik
· 13 years ago
9a4327c
btrfs: unlock on error in btrfs_file_llseek()
by Dan Carpenter
· 13 years ago
cb6db4e
btrfs: btrfs_permission's RO check shouldn't apply to device nodes
by Jeff Mahoney
· 13 years ago
338d0f0
befs: Validate length of long symbolic links.
by Timo Warns
· 13 years ago
710d440
fat: fat16 support maximum 4GB file/vol size as WinXP or 7.
by Namjae Jeon
· 13 years ago
186b537
fat: fix utf8 iocharset warning message
by Mihai Moldovan
· 13 years ago
8c320c0
fat: fix build warning
by Jonas Aberg
· 13 years ago
f81c9cd
Btrfs: truncate pages from clone ioctl target range
by Sage Weil
· 13 years ago
0e58885
Btrfs: fix uninitialized sync_pending
by Miao Xie
· 13 years ago
bb3ac5a
Btrfs: fix wrong free space information
by Miao Xie
· 13 years ago
f4ac904
btrfs: memory leak in btrfs_add_inode_defrag()
by Dan Carpenter
· 13 years ago
c97c291
Btrfs: use plain page_address() in header fields setget functions
by Li Zefan
· 13 years ago
cb1b69f
Btrfs: forced readonly when btrfs_drop_snapshot() fails
by Tsutomu Itoh
· 13 years ago
cdcb725
Btrfs: check if there is enough space for balancing smarter
by liubo
· 13 years ago
38c01b9
Btrfs: fix a bug of balance on full multi-disk partitions
by liubo
· 13 years ago
34f3e4f
Btrfs: fix an oops of log replay
by liubo
· 13 years ago
d5e2003
Btrfs: detect wether a device supports discard
by Josef Bacik
· 13 years ago
fa71f44
cifs: demote cERROR in build_path_from_dentry to cFYI
by Jeff Layton
· 13 years ago
a0b3447
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 13 years ago
aa2b1cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
9dd75f1
ext4: fix nomblk_io_submit option so it correctly converts uninit blocks
by Theodore Ts'o
· 13 years ago
32c80b3
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
by Tao Ma
· 13 years ago
2581fdc
ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
by Jiaying Zhang
· 13 years ago
441c850
ext4: Fix ext4_should_writeback_data() for no-journal mode
by Curt Wohlgemuth
· 13 years ago
e68ff9c
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
e570280
xfs: replace xfs_buf_geterror() with bp->b_error
by Chandra Seetharaman
· 13 years ago
ac4d688
xfs: Check the return value of xfs_buf_read() for NULL
by Chandra Seetharaman
· 13 years ago
ce8a84e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
8cf1fb216
pnfs: Automatically select blocks & objects layouts
by Boaz Harrosh
· 13 years ago
8c20871
ext4: Properly count journal credits for long symlinks
by Eric Sandeen
· 13 years ago
d2db60d
ext3: Properly count journal credits for long symlinks
by Eric Sandeen
· 13 years ago
72fa599
move RLIMIT_NPROC check from set_user() to do_execve_common()
by Vasiliy Kulikov
· 13 years ago
e22906c
cifs: Do not set cifs/ntfs acl using a file handle (try #4)
by Shirish Pargaonkar
· 13 years ago
789e666
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable
by Steve French
· 13 years ago
54a33b19
NFS41: make PNFS_BLOCK selectable
by Peng Tao
· 13 years ago
9e978d8
"xfs: fix error handling for synchronous writes" revisited
by Ajeet Yadav
· 13 years ago
d55140c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 13 years ago
7643554
Ecryptfs: Add mount option to check uid of device being mounted = expect uid
by John Johansen
· 13 years ago
e44f411
xfs: set cursor in xfs_ail_splice() even when AIL was empty
by Alex Elder
· 13 years ago
99b373f
eCryptfs: Fix payload_len unitialized variable warning
by Tyler Hicks
· 13 years ago
4b6fee1
eCryptfs: fix compile error
by Roberto Sassu
· 13 years ago
f61500e
eCryptfs: Return error when lower file pointer is NULL
by Tyler Hicks
· 13 years ago
2f84dd7
autofs4: fix debug printk warning uncovered by cleanup
by Linus Torvalds
· 13 years ago
Next »