Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
067006a5f5b956fbdd183f9b799e7b8059b53f6c
/
fs
3530c18
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
9eead2a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
5ce0028
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 15 years ago
2511817
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
79b520e
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
0a80e98
ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
by Eric Sandeen
· 15 years ago
5534fb5
ext4: Fix the alloc on close after a truncate hueristic
by Theodore Ts'o
· 15 years ago
fb40ba0
ext4: Add a tracepoint for ext4_alloc_da_blocks()
by Theodore Ts'o
· 15 years ago
1b9c12f
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
by Theodore Ts'o
· 15 years ago
fb0a387
ext4: limit block allocations for indirect-block files to < 2^32
by Eric Sandeen
· 15 years ago
c40ce3c
ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
347fa6f
ext4: Add null extent check to ext_get_path
by Akira Fujita
· 15 years ago
2147b1a
ext4: Replace BUG_ON() with ext4_error() in move_extents.c
by Akira Fujita
· 15 years ago
e850597
ext4: Replace get_ext_path macro with an inline funciton
by Akira Fujita
· 15 years ago
56fcad2
ext3: Flush disk caches on fsync when needed
by Jan Kara
· 15 years ago
4f003fd
ext3: Add locking to ext3_do_update_inode
by Chris Mason
· 15 years ago
00171d3
ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks()
by Jan Kara
· 15 years ago
3adae9d
jbd: Annotate transaction start also for journal_restart()
by Jan Kara
· 15 years ago
9c28cbc
jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
by Jan Kara
· 15 years ago
b449fc6
JBD: round commit timer up to avoid uncommitted transaction
by Andreas Dilger
· 15 years ago
ab86e57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
1ef7d9a
writeback: fix possible bdi writeback refcounting problem
by Nick Piggin
· 15 years ago
77b9d05
writeback: Fix bdi use after free in wb_work_complete()
by Nick Piggin
· 15 years ago
77fad5e
writeback: improve scalability of bdi writeback work queues
by Nick Piggin
· 15 years ago
deed62e
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
by Nick Piggin
· 15 years ago
49db041
writeback: use schedule_timeout_interruptible()
by Jens Axboe
· 15 years ago
8010c3b
writeback: add comments to bdi_work structure
by Jens Axboe
· 15 years ago
b6e5131
writeback: separate starting of sync vs opportunistic writeback
by Jens Axboe
· 15 years ago
bcddc3f
writeback: inline allocation failure handling in bdi_alloc_queue_work()
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
f11fcae
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
by Jens Axboe
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
c4a77a6
writeback: make wb_writeback() take an argument structure
by Jens Axboe
· 15 years ago
f0fad8a
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
by Christoph Hellwig
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
2c96ce9
fs: remove bdev->bd_inode_backing_dev_info
by Jens Axboe
· 15 years ago
79a9d99
fuse: add fusectl interface to max_background
by Csaba Henk
· 15 years ago
487ea5a
fuse: limit user-specified values of max background requests
by Csaba Henk
· 15 years ago
d6db07d
fuse: use drop_nlink() instead of direct nlink manipulation
by Csaba Henk
· 15 years ago
fdec29c
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
by Alex Elder
· 15 years ago
9ef96da
xfs: includecheck fix for fs/xfs/xfs_iops.c
by Jaswinder Singh Rajput
· 15 years ago
361735f
xfs: switch to seq_file
by Alexey Dobriyan
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
3661d28
ext4: Fix include/trace/events/ext4.h to work with Systemtap
by Theodore Ts'o
· 15 years ago
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
4142e0d
Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
33f1de6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 15 years ago
041d6d0
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 15 years ago
af8cb8a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
6cdb593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
cbc8cc3
udf: Fix possible corruption when close races with write
by Jan Kara
· 15 years ago
81056dd
udf: Perform preallocation only for regular files
by Jan Kara
· 15 years ago
7c6e3d1
udf: Remove wrong assignment in udf_symlink
by Jan Kara
· 15 years ago
5891d9d
udf: Remove dead code
by Jan Kara
· 15 years ago
2daea67
fsync: wait for data writeout completion before calling ->fsync
by Christoph Hellwig
· 15 years ago
18f2ee7
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
by Jan Kara
· 15 years ago
2f3d675
fat: Opencode sync_page_range_nolock()
by Jan Kara
· 15 years ago
af0f441
xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()
by Jan Kara
· 15 years ago
d23c937
ocfs2: Update syncing after splicing to match generic version
by Jan Kara
· 15 years ago
ebbbf75
ntfs: Use new syncing helpers and update comments
by Jan Kara
· 15 years ago
0d34ec6
ext4: Remove syncing logic from ext4_file_write
by Jan Kara
· 15 years ago
e367626
ext3: Remove syncing logic from ext3_file_write
by Jan Kara
· 15 years ago
a2a735a
ext2: Update comment about generic_osync_inode
by Jan Kara
· 15 years ago
148f948
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
by Jan Kara
· 15 years ago
eef9938
vfs: Rename generic_file_aio_write_nolock
by Christoph Hellwig
· 15 years ago
918941a
ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
by Jan Kara
· 15 years ago
41f4db0
fs/Kconfig: move nilfs2 outside misc filesystems
by Ryusuke Konishi
· 15 years ago
0f3fe33
nilfs2: convert nilfs_bmap_lookup to an inline function
by Ryusuke Konishi
· 15 years ago
2e0c2c7
nilfs2: allow btree code to directly call dat operations
by Ryusuke Konishi
· 15 years ago
bd8169e
nilfs2: add update functions of virtual block address to dat
by Ryusuke Konishi
· 15 years ago
7a102b0
nilfs2: remove individual gfp constants for each metadata file
by Ryusuke Konishi
· 15 years ago
3218929
nilfs2: stop zero-fill of btree path just before free it
by Ryusuke Konishi
· 15 years ago
6d28f7e
nilfs2: remove unused btree argument from btree functions
by Ryusuke Konishi
· 15 years ago
9ead986
nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free
by Ryusuke Konishi
· 15 years ago
1cf58fa
nilfs2: shorten freeze period due to GC in write operation v3
by Jiro SEKIBA
· 15 years ago
43be0ec
nilfs2: add more check routines in mount process
by Zhu Yanhai
· 15 years ago
a4f0b9c
nilfs2: An unassigned variable is assigned to a never used structure member
by Zhang Qiang
· 15 years ago
c1b353f
nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
by Ryusuke Konishi
· 15 years ago
1dfa271
nilfs2: stop using periodic write_super callback
by Jiro SEKIBA
· 15 years ago
79efdd9
nilfs2: clean up nilfs_write_super
by Jiro SEKIBA
· 15 years ago
6233caa
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
by Jiro SEKIBA
· 15 years ago
ec5d66a
nilfs2: remove redundant super block commit
by Jiro SEKIBA
· 15 years ago
b58a285
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
by Jiro SEKIBA
· 15 years ago
1435110
nilfs2: always lookup disk block address before reading metadata block
by Ryusuke Konishi
· 15 years ago
027d640
nilfs2: use semaphore to protect pointer to a writable FS-instance
by Ryusuke Konishi
· 15 years ago
b5696e5
nilfs2: fix format string compile warning (ino_t)
by Heiko Carstens
· 15 years ago
1b2f5a6
nilfs2: fix ignored error code in __nilfs_read_inode()
by Ryusuke Konishi
· 15 years ago
86d0063
GFS2: Whitespace fixes
by Steven Whitehouse
· 15 years ago
746cd1e
block: use blkdev_issue_discard in blk_ioctl_discard
by Christoph Hellwig
· 15 years ago
a9327ca
Seperate read and write statistics of in_flight requests
by Nikanth Karthikesan
· 15 years ago
86d7101
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
7ad9bb6
ext4: Fix initalization of s_flex_groups
by Theodore Ts'o
· 15 years ago
774a694
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ab3bbaa
Merge branch 'nfs-for-2.6.32'
by Trond Myklebust
· 15 years ago
a9c86d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
a12e4d3
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
f6f7919
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
723590e
splice: update mtime and atime on files
by Miklos Szeredi
· 15 years ago
1f98a13
bio: first step in sanitizing the bio->bi_rw flag testing
by Jens Axboe
· 15 years ago
Next »