Commit Graph

1022 Commits (e702d3cf29143327679ce2e2a60775eaf829f377)

Author SHA1 Message Date
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Christoph Hellwig dd3932eddf block: remove BLKDEV_IFL_WAIT 15 years ago
Patrick J. LoPresti 30ca22c70e ext3/ext4: Factor out disk addressability check 15 years ago
Christoph Hellwig 61002f7db3 ext4: do not send discards as barriers 15 years ago
Christoph Hellwig 2cf6d26a35 block: pass gfp_mask and flags to sb_issue_discard 15 years ago
Andreas Gruenbacher 2aec7c5232 mbcache: Remove unused features 15 years ago
Al Viro 0930fcc1ee convert ext4 to ->evict_inode() 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Christoph Hellwig 6e1db88d53 introduce __block_write_begin 15 years ago
Christoph Hellwig eafdc7d190 sort out blockdev_direct_IO variants 15 years ago
Aditya Kali 6c7a120ac6 ext4: Adding error check after calling ext4_mb_regular_allocator() 15 years ago
Jan Kara 56d35a4cd1 ext4: Fix dirtying of journalled buffers in data=journal mode 15 years ago
Eric Sandeen 0cfc9255a1 ext4: re-inline ext4_rec_len_(to|from)_disk functions 15 years ago
Uwe Kleine-König 73b2c7165b fix comment typo "choosed" -> "chosen" 15 years ago
Theodore Ts'o a931da6ac9 jbd2: Change j_state_lock to be a rwlock_t 15 years ago
Theodore Ts'o 8b67f04ab9 ext4: Add mount options in superblock 15 years ago
Dmitry Monakhov ca0e05e4b1 ext4: force block allocation on quota_off 15 years ago
Eric Sandeen 437f88cc03 ext4: fix freeze deadlock under IO 15 years ago
Theodore Ts'o 4538821993 ext4: drop inode from orphan list if ext4_delete_inode() fails 15 years ago
Theodore Ts'o f613dfcb33 ext4: check to make make sure bd_dev is set before dereferencing it 15 years ago
Eric Sandeen e3570639c8 ext4: don't print scary messages for allocation failures post-abort 15 years ago
Toshiyuki Okajima d889dc8382 ext4: fix EFBIG edge case when writing to large non-extent file 15 years ago
Eric Sandeen 79e8303677 ext4: fix ext4_get_blocks references 15 years ago
Jan Kara 62d2b5f2dc ext4: Always journal quota file modifications 15 years ago
Cyrill Gorcunov dcc7dae3cb ext4: Fix potential memory leak in ext4_fill_super 15 years ago
Theodore Ts'o 0c095c7f11 ext4: Don't error out the fs if the user tries to make a file too big 15 years ago
Eric Sandeen 506bf2d821 ext4: allocate stripe-multiple IOs on stripe boundaries 15 years ago
jiayingz@google.com (Jiaying Zhang) 5b3ff237be ext4: move aio completion after unwritten extent conversion 15 years ago
Christoph Hellwig 552ef8024f direct-io: move aio_complete into ->end_io 15 years ago
Jiaying Zhang 5c521830cf ext4: Support discard requests when running in no-journal mode 15 years ago
Amir G 4038968738 ext4: Fix block bitmap inconsistencies after a crash when deleting files 15 years ago
Joe Perches a271fe8527 ext4: Remove unnecessary casts of private_data 15 years ago
Theodore Ts'o e5880d76ae ext4: fix potential NULL dereference while tracing 15 years ago
Theodore Ts'o 89eeddf033 ext4: Define s_jnl_backup_type in superblock 15 years ago
Theodore Ts'o 66e61a9e95 ext4: Once a day, printk file system error information to dmesg 15 years ago
Theodore Ts'o 1c13d5c087 ext4: Save error information to the superblock for analysis 15 years ago
Theodore Ts'o c398eda0e4 ext4: Pass line numbers to ext4_error() and friends 15 years ago
Theodore Ts'o 60fd4da34d ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit 15 years ago
Christoph Hellwig 40e2e97316 direct-io: move aio_complete into ->end_io 15 years ago
Theodore Ts'o 90c7201b97 ext4: Pass line number to ext4_journal_abort_handle() 15 years ago
Theodore Ts'o e29136f80e ext4: Enhance ext4_grp_locked_error() to take block and function numbers 15 years ago
Theodore Ts'o c67d859e39 ext4: clean up ext4_abort() so __func__ is now implicit 15 years ago
Theodore Ts'o 4a9cdec73f ext4: Add new superblock fields reserved for the Next3 snapshot feature 15 years ago
Uwe Kleine-König 421f91d21a fix typos concerning "initiali[zs]e" 15 years ago
Jan Kara c6ac12a615 ext4: update ctime when changing the file's permission by setfacl 15 years ago
Christoph Hellwig 206f7ab4f4 ext4: remove vestiges of nobh support 15 years ago
Andi Kleen 5a0790c2c4 ext4: remove initialized but not read variables 15 years ago
Theodore Ts'o 07a038245b ext4: Convert more i_flags references to use accessor functions 15 years ago
Theodore Ts'o a0375156ca ext4: Clean up s_dirt handling 15 years ago
Dmitry Monakhov 84a8dce271 ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags 15 years ago