Commit Graph

491 Commits (041b62374c7fedc11a8a1eeda2868612d3d1436c)

Author SHA1 Message Date
Eric Sandeen 7ce9d5d1f3 ext4: fix ext4_free_inode() vs. ext4_claim_inode() race 16 years ago
Eric Sandeen 8f64b32eb7 ext4: don't call jbd2_journal_force_commit_nested without journal 16 years ago
Theodore Ts'o 8b1a8ff8b3 ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze() 16 years ago
Jan Kara ebd3610b11 ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() 16 years ago
Theodore Ts'o 05bf9e839d ext4: Add fallback for find_group_flex 16 years ago
Dan Carpenter 090542641d ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling 16 years ago
Aneesh Kumar K.V 2acf2c261b ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages 16 years ago
Aneesh Kumar K.V d794bf8e09 ext4: Initialize preallocation list_head's properly 16 years ago
Aneesh Kumar K.V ba4439165f ext4: Fix lockdep warning 16 years ago
Wei Yongjun 7be2baaa03 ext4: Fix to read empty directory blocks correctly in 64k 16 years ago
Jan Kara 7f5aa21508 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() 16 years ago
Jan Kara 9eddacf9e9 Revert "ext4: wait on all pending commits in ext4_sync_fs()" 16 years ago
Theodore Ts'o b9ec63f78b ext4: Remove bogus BUG() check in ext4_bmap() 16 years ago
Thadeu Lima de Souza Cascardo 9fd9784c91 ext4: Fix building with EXT4FS_DEBUG 16 years ago
Theodore Ts'o fdff73f094 ext4: Initialize the new group descriptor when resizing the filesystem 16 years ago
Theodore Ts'o e7f07968c1 ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks 16 years ago
Theodore Ts'o e6b8bc09ba ext4: Add sanity check to make_indexed_dir 16 years ago
Theodore Ts'o 06a279d636 ext4: only use i_size_high for regular files 16 years ago
Takashi Sato c4be0c1dc4 filesystem freeze: add error handling of write_super_lockfs/unlockfs 16 years ago
Coly Li 73ac36ea14 fix similar typos to successfull 16 years ago
Wu Fengguang 97e133b454 generic swap(): ext4: remove local swap() macro 16 years ago
Eric Dumazet 179f7ebff6 percpu_counter: FBC_BATCH should be a variable 16 years ago
Theodore Ts'o 83982b6f47 ext4: Remove "extents" mount option 16 years ago
Theodore Ts'o abda141892 ext4: Make printk's consistently prefixed with "EXT4-fs: " 16 years ago
Theodore Ts'o 4ec1102813 ext4: Add sanity checks for the superblock before mounting the filesystem 16 years ago
Theodore Ts'o b3881f74b3 ext4: Add mount option to set kjournald's I/O priority 16 years ago
Jan Kara a5b5ee3201 ext4: Add default allocation routines for quota structures 16 years ago
Jan Kara 17bd13b31c ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Pekka Enberg c644f0e4b5 fs: introduce bgl_lock_ptr() 16 years ago
Theodore Ts'o ba80b1019a ext4: Add markers for better debuggability 16 years ago
Theodore Ts'o c319106723 ext4: Remove code to create the journal inode 16 years ago
Toshiyuki Okajima c39a7f84d7 ext4: provide function to release metadata pages under memory pressure 16 years ago
Aneesh Kumar K.V 0087d9fb3f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc 16 years ago
Aneesh Kumar K.V 29eaf02498 ext4: Init the complete page while building buddy cache 16 years ago
Aneesh Kumar K.V 8556e8f3b6 ext4: Don't allow new groups to be added during block allocation 16 years ago
Aneesh Kumar K.V 648f5879f5 ext4: mark the blocks/inode bitmap beyond end of group as used 16 years ago
Aneesh Kumar K.V 2ccb5fb9f1 ext4: Use new buffer_head flag to check uninit group bitmaps initialization 16 years ago
Aneesh Kumar K.V 393418676a ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() 16 years ago
Aneesh Kumar K.V 3300beda52 ext4: code cleanup 16 years ago
Aneesh Kumar K.V 560671a0d3 ext4: Use high 16 bits of the block group descriptor's free counts fields 16 years ago
Aneesh Kumar K.V e8134b27e3 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() 16 years ago
Aneesh Kumar K.V 5d1b1b3f49 ext4: fix BUG when calling ext4_error with locked block group 16 years ago
Al Viro 6b38e842bb nfsd race fixes: ext4 16 years ago
Duane Griffin e83c1397ca ext4: ensure fast symlinks are NUL-terminated 16 years ago
Jens Axboe b3a6ffe16b Get rid of CONFIG_LSF 16 years ago
Andrew Morton 02d2116887 revert "percpu_counter: new function percpu_counter_sum_and_set" 16 years ago
Andrew Morton 71c5576fbd revert "percpu counter: clean up percpu_counter_sum_and_set()" 16 years ago
Aneesh Kumar K.V b7be019e80 ext4: Fix lockdep recursive locking warning 16 years ago
Aneesh Kumar K.V 7a2fcbf7f8 ext4: don't use blocks freed but not yet committed in buddy cache init 16 years ago