Commit Graph

15571 Commits (76aa844d5b2fb8c839180d3f5874e333b297e5fd)

Author SHA1 Message Date
Alexey Dobriyan 61e225dc34 const: make struct super_block::dq_op const 16 years ago
Jan Kara 580be0837a fs: make sure data stored into inode is properly seen before unlocking new inode 16 years ago
Josef Bacik 1b2da372b0 Btrfs: account for space used by the super mirrors 16 years ago
Josef Bacik 25891f796d Btrfs: fix extent entry threshold calculation 16 years ago
Josef Bacik f61408b81c Btrfs: remove dead code 16 years ago
Josef Bacik f019f4264a Btrfs: fix bitmap size tracking 16 years ago
Josef Bacik 0a24325e6d Btrfs: don't keep retrying a block group if we fail to allocate a cluster 16 years ago
Josef Bacik ba1bf4818b Btrfs: make balance code choose more wisely when relocating 16 years ago
Steve Dickson 3c394ddaa7 nfsd4: nfsv4 clients should cross mountpoints 16 years ago
Sage Weil 1fb58a6051 Btrfs: fix arithmetic error in clone ioctl 16 years ago
Yan, Zheng 76dda93c6a Btrfs: add snapshot/subvolume destroy ioctl 16 years ago
Yan, Zheng 4df27c4d5c Btrfs: change how subvolumes are organized 16 years ago
Yan, Zheng 13a8a7c8c4 Btrfs: do not reuse objectid of deleted snapshot/subvol 16 years ago
Yan, Zheng 1c4850e21d Btrfs: speed up snapshot dropping 16 years ago
Jens Axboe 48d0764998 nfs: initialize the backing_dev_info when creating the server 16 years ago
Jens Axboe 92f25053c0 nfs: nfs_kill_super() should call bdi_unregister() after killing super 16 years ago
Joe Perches a419aef8b8 trivial: remove unnecessary semicolons 16 years ago
Anand Gadiyar fd589a8f0a trivial: fix typo "to to" in multiple files 16 years ago
Anand Gadiyar 411c940385 trivial: fix typo "for for" in multiple files 16 years ago
Ingo Molnar cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events 16 years ago
David Woodhouse dd799983e9 jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs 16 years ago
Chris Mason b917b7c3be Btrfs: search for an allocation hint while filling file COW 16 years ago
Chris Mason f85d7d6c8f Btrfs: properly honor wbc->nr_to_write changes 16 years ago
Yan Zheng 11833d66be Btrfs: improve async block group caching 16 years ago
Eric Sandeen 0a80e9867d ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK 16 years ago
Theodore Ts'o 5534fb5bb3 ext4: Fix the alloc on close after a truncate hueristic 16 years ago
Artem Bityutskiy e055f7e873 UBIFS: fix debugging dump 16 years ago
Theodore Ts'o fb40ba0d98 ext4: Add a tracepoint for ext4_alloc_da_blocks() 16 years ago
Theodore Ts'o 1b9c12f44c ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags 16 years ago
Eric Sandeen fb0a387dcd ext4: limit block allocations for indirect-block files to < 2^32 16 years ago
Akira Fujita c40ce3c9ea ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT 16 years ago
Akira Fujita 347fa6f1c7 ext4: Add null extent check to ext_get_path 16 years ago
Akira Fujita 2147b1a6a4 ext4: Replace BUG_ON() with ext4_error() in move_extents.c 16 years ago
Akira Fujita e8505970af ext4: Replace get_ext_path macro with an inline funciton 16 years ago
Jan Kara 56fcad29d4 ext3: Flush disk caches on fsync when needed 16 years ago
Chris Mason 4f003fd32b ext3: Add locking to ext3_do_update_inode 16 years ago
Jan Kara 00171d3c7e ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() 16 years ago
Jan Kara 3adae9da0b jbd: Annotate transaction start also for journal_restart() 16 years ago
Jan Kara 9c28cbccec jbd: Journal block numbers can ever be only 32-bit use unsigned int for them 16 years ago
Andreas Dilger b449fc6fcc JBD: round commit timer up to avoid uncommitted transaction 16 years ago
Nick Piggin 1ef7d9aa32 writeback: fix possible bdi writeback refcounting problem 16 years ago
Nick Piggin 77b9d059cb writeback: Fix bdi use after free in wb_work_complete() 16 years ago
Nick Piggin 77fad5e625 writeback: improve scalability of bdi writeback work queues 16 years ago
Nick Piggin deed62edff writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() 16 years ago
Jens Axboe 49db041430 writeback: use schedule_timeout_interruptible() 16 years ago
Jens Axboe 8010c3b634 writeback: add comments to bdi_work structure 16 years ago
Jens Axboe b6e51316da writeback: separate starting of sync vs opportunistic writeback 16 years ago
Jens Axboe bcddc3f01c writeback: inline allocation failure handling in bdi_alloc_queue_work() 16 years ago
Jens Axboe cfc4ba5365 writeback: use RCU to protect bdi_list 16 years ago
Jens Axboe f11fcae840 writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout 16 years ago