Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
59e31c156a24d483bbd2ea07d4dc96043a55b6bc
/
fs
59e31c1
ext4: fix online resizing when the # of block groups is constant
by Theodore Ts'o
· 12 years ago
c9b92530
ext4: make orphan functions be no-op in no-journal mode
by Anatol Pomozov
· 12 years ago
b5e2368
ext4: re-enable -o discard functionality in no-journal mode
by Theodore Ts'o
· 12 years ago
90b0a97
ext4: fix possible non-initialized variable in htree_dirblock_to_tree()
by Carlos Maiolino
· 12 years ago
bc0b75f
ext4: do not enable delalloc by default for ext2
by Theodore Ts'o
· 12 years ago
5e7bbef
ext4: advertise the fact that the kernel supports meta_bg resizing
by Theodore Ts'o
· 12 years ago
4da4a56
ext4: log a resize update to the console every 10 seconds
by Theodore Ts'o
· 12 years ago
1c6bd71
ext4: convert file system to meta_bg if needed during resizing
by Theodore Ts'o
· 12 years ago
93f9052
ext4: set bg_itable_unused when resizing
by Theodore Ts'o
· 12 years ago
01f795f
ext4: add online resizing support for meta_bg and 64-bit file systems
by Yongqiang Yang
· 12 years ago
28623c2
ext4: grow the s_group_info array as needed
by Theodore Ts'o
· 12 years ago
117fff1
ext4: grow the s_flex_groups array as needed when resizing
by Theodore Ts'o
· 12 years ago
2ebd170
ext4: avoid duplicate writes of the backup bg descriptor blocks
by Yongqiang Yang
· 12 years ago
6df935a
ext4: don't copy non-existent gdt blocks when resizing
by Yongqiang Yang
· 12 years ago
d7574ad
ext4: report the original old blocks count in a debug message when resizing
by Yongqiang Yang
· 12 years ago
03c1c29
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
by Yongqiang Yang
· 12 years ago
8a2f846
ext4: remove duplicated declarations in inode.c
by Zheng Liu
· 12 years ago
30cb27d
ext4: fix trivial typo in comment
by Wang Sheng-Hui
· 12 years ago
e3d2e43
ext4: no need to add inode to orphan list during hole punch
by Ashish Sangwan
· 12 years ago
eeecef0
jbd2: don't write superblock when if its empty
by Eric Sandeen
· 12 years ago
caecd0a
ext4: replace plain integer with NULL in super.c
by Sachin Kamat
· 12 years ago
07724f9
ext4: drop lock_super()/unlock_super()
by Theodore Ts'o
· 12 years ago
0e376b1
ext4: return an error if kset_create_and_add fails in ext4_init_fs()
by Theodore Ts'o
· 12 years ago
15c006a
ext4: remove unused function argument 'order' in mb_find_extent()
by Robin Dong
· 12 years ago
cc6eb18
ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN
by Robin Dong
· 12 years ago
a4a3904
ext4: check return value of blkdev_issue_flush()
by Theodore Ts'o
· 12 years ago
316e4cf
jbd2: check return value of blkdev_issue_flush()
by Theodore Ts'o
· 12 years ago
67a5da5
ext4: make the zero-out chunk size tunable
by Zheng Liu
· 12 years ago
df981d0
ext4: add max_dir_size_kb mount option
by Theodore Ts'o
· 12 years ago
01fc48e
ext4: don't load the block bitmap for block groups which have no space
by Theodore Ts'o
· 12 years ago
ecb94f5
ext4: collapse a single extent tree block into the inode if possible
by Theodore Ts'o
· 12 years ago
89a4e48
ext4: fix kernel BUG on large-scale rm -rf commands
by Theodore Ts'o
· 12 years ago
0548bbb
ext4: fix long mount times on very big file systems
by Theodore Ts'o
· 12 years ago
7a4c5de
ext4: don't call ext4_error while block group is locked
by Theodore Ts'o
· 12 years ago
7e731bc
ext4: avoid kmemcheck complaint from reading uninitialized memory
by Theodore Ts'o
· 12 years ago
d796c52
ext4: make sure the journal sb is written in ext4_clear_journal_err()
by Theodore Ts'o
· 12 years ago
c892423
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
410fc4ce
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
630103e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
5ef50c3
ceph: simplify+fix atomic_open
by Sage Weil
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
068535f
locks: remove unused lm_release_private
by J. Bruce Fields
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
6dbb35b
Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
192e501
nfs: prevent page allocator recursions with swap over NFS.
by Mel Gorman
· 12 years ago
a564b8f
nfs: enable swap on NFS
by Mel Gorman
· 12 years ago
29418aa
nfs: disable data cache revalidation for swapfiles
by Mel Gorman
· 12 years ago
d56b4dd
nfs: teach the NFS client how to treat PG_swapcache pages
by Mel Gorman
· 12 years ago
8e125cd
vmscan: remove obsolete shrink_control comment
by Minchan Kim
· 12 years ago
24669e5
hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages
by Aneesh Kumar K.V
· 12 years ago
3965c9a
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
by Wanpeng Li
· 12 years ago
08843b7
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
cc8362b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
ad0fcd4
nfs: explicitly reject LOCK_MAND flock() requests
by Jeff Layton
· 12 years ago
b042414
nfs: increase number of permitted callback connections.
by NeilBrown
· 12 years ago
d9c95bd
fs: Remove old freezing mechanism
by Jan Kara
· 12 years ago
1e8b212
ext2: Implement freezing
by Jan Kara
· 12 years ago
b2b5ef5
btrfs: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
2c22b33
nilfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
fbf8fb7
ntfs: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
58ef6a7
fuse: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
39263d5e
gfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
fef6925
ocfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
d9457dc
xfs: Convert to new freezing code
by Jan Kara
· 12 years ago
8e8ad8a
ext4: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
14da920
fs: Protect write paths by sb_start_write - sb_end_write
by Jan Kara
· 12 years ago
5d37e9e
fs: Skip atime update on frozen filesystem
by Jan Kara
· 12 years ago
eb04c28
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
by Jan Kara
· 12 years ago
5accdf8
fs: Improve filesystem freezing handling
by Jan Kara
· 12 years ago
2e3ee61
Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
1fad1e9
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
aa711ee
ceph: define snap counts as u32 everywhere
by Alex Elder
· 12 years ago
21ec6ff
ceph: fix potential double free
by Alan Cox
· 12 years ago
a53aab6
ceph: close old con before reopening on mds reconnect
by Sage Weil
· 12 years ago
27c1ee3
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
1d151c3
c/r: fcntl: add F_GETOWNER_UIDS option
by Cyrill Gorcunov
· 12 years ago
98c350c
fs: cachefiles: add support for large files in filesystem caching
by Justin Lecher
· 12 years ago
bc452b4
proc: do not allow negative offsets on /proc/<pid>/environ
by Djalal Harouni
· 12 years ago
e8905ec
proc: environ_read() make sure offset points to environment address range
by Djalal Harouni
· 12 years ago
108ceeb
coredump: fix wrong comments on core limits of pipe coredump case
by Jovi Zhang
· 12 years ago
deb8274
fat: refactor shortname parsing
by Steven J. Magnani
· 12 years ago
a943ed7
fat: accessors for msdos_dir_entry 'start' fields
by Steven J. Magnani
· 12 years ago
497d48b
hfsplus: use -ENOMEM when kzalloc() fails
by Namjae Jeon
· 12 years ago
f5974c8
nilfs2: add omitted comments for different structures in driver implementation
by Vyacheslav Dubeyko
· 12 years ago
572d8b3
nilfs2: fix deadlock issue between chcp and thaw ioctls
by Ryusuke Konishi
· 12 years ago
fe0627e
nilfs2: fix timing issue between rmcp and chcp ioctls
by Ryusuke Konishi
· 12 years ago
278038a
nilfs2: remove references to long gone super operations
by Fernando Luis Vazquez Cao
· 12 years ago
6b0f339
nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure
by Vyacheslav Dubeyko
· 12 years ago
6ed6a72
minixfs: fix block limit check
by Vladimir Serbinenko
· 12 years ago
6017b48
ext4: use memweight()
by Akinobu Mita
· 12 years ago
10d4708
ext3: use memweight()
by Akinobu Mita
· 12 years ago
ecd0afa
ext2: use memweight()
by Akinobu Mita
· 12 years ago
a75613e
ocfs2: use memweight()
by Akinobu Mita
· 12 years ago
0121ad6
affs: use memweight()
by Akinobu Mita
· 12 years ago
9b58f6d
qnx4fs: use memweight()
by Akinobu Mita
· 12 years ago
533574c
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
by Joe Perches
· 12 years ago
54b5019
coredump: warn about unsafe suid_dumpable / core_pattern combo
by Kees Cook
· 12 years ago
9520628
fs: make dumpable=2 require fully qualified path
by Kees Cook
· 12 years ago
779302e
fs/xattr.c:getxattr(): improve handling of allocation failures
by Sasha Levin
· 12 years ago
32b4560
ntfs: remove references to long gone super operations and unimplemented methods
by Fernando Luis Vazquez Cao
· 12 years ago
Next »